Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7927333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T19:15:38+00:00 2026-06-03T19:15:38+00:00

I am using delegate to get an option that user choosed in a table

  • 0

I am using delegate to get an option that user choosed in a table view but I constantly receive a error like below:

2012-05-12 23:26:06.704 test[4629:fb03] -[AddContentViewController catPickViewController:didSelectGame:]: unrecognized selector sent to instance 0x6d79ed0

I logged the option in the table view and can’t log it in my first view.

This is what I have at the table view

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
    [tableView deselectRowAtIndexPath:indexPath animated:YES];

    if (selectedIndex != NSNotFound)
    {
        UITableViewCell *cell = [tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:selectedIndex inSection:0]];
        cell.accessoryType = UITableViewCellAccessoryNone;
    }

    selectedIndex = indexPath.row;
    UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
    cell.accessoryType = UITableViewCellAccessoryCheckmark;

    NSString *theGame = [games objectAtIndex:indexPath.row];
    NSLog(@"%@",theGame);
    [self.delegate catPickViewController:self didSelectGame:theGame];

}

and this is what I have for the select method:

- (void)CatPickViewController:(CatPickViewController *)controller didSelectGame:(NSString *)theGame
{
    NSLog(@"%@",theGame);
    category = theGame;
    self.catDetails.text = category;

    [self.navigationController popViewControllerAnimated:YES];
}

I knew the problem is with [self.delegate catPickViewController:self didSelectGame:theGame];

but what shall I do with it?

I forgot to mention that I have catPickViewController.h like

@class CatPickViewController;

@protocol CatPickViewControllerDelegate <NSObject>
- (void)catPickViewController:(CatPickViewController *)controller didSelectGame:(NSString *)game;
@end

@interface CatPickViewController : UITableViewController

@property (nonatomic, weak) id <CatPickViewControllerDelegate> delegate;
@property (nonatomic, strong) NSString *game;

@end

so catPickViewController as you guys mentioned is from here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T19:15:39+00:00Added an answer on June 3, 2026 at 7:15 pm

    You are calling catPickViewController, but the method name is spelled CatPickViewController. You should change that to catPickViewController.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get autocomplete to work on clones by using delegate, but it
I started out using asynchronism but to get the returned data became a hassle.
Hi I have been trying to get this script http://jsbin.com/ipajo5/ working but using .live()
When using Delegate.BeginInvoke how do I interrogate the delegate to get the status of
I cannot seem to get the value from a select option that has been
Have a fun issue with sharepoint calendar view filtering. That code works fine: SPSecurity.RunWithElevatedPrivileges(delegate()
This questions involves 2 different implementations of essentially the same code. First, using delegate
Using a delegate I can call any function asynchronously. From the documentation I understand
Is there any reason for making delegate when using EJB3? Because the only real
I am using a custom class as the delegate and datasource on a UITableView.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.