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

  • Home
  • SEARCH
  • 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 9008519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:57:25+00:00 2026-06-16T01:57:25+00:00

I provided a UITableViewCell subclass MyCell with outlet properties (in order to hook up

  • 0

I provided a UITableViewCell subclass MyCell with outlet properties (in order to hook up the nib):

@interface MyCell : UITableViewCell

@property (nonatomic, strong) IBOutlet UILabel* theLabel;

@end

I then synthesize theLabel.
I then want to use the property name to access the cell:

MyCell *theCell = (MyCell *)cell;
UILabel *lab = theCell.theLabel;

When I use the property name to access the cell I receive an error message:

[UITableViewCell theLabel]: unrecognized selector

I seem to be missing something. Why does it throw an exception?

  • 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-16T01:57:30+00:00Added an answer on June 16, 2026 at 1:57 am

    Your problem is that within your cellForRowAtIndexPath function you are not correctly instantiating the cell to your “MyCell” type but rather just trying to static cast the pointer to it. In the end you trying to access a property that doesn’t exist in a plain UITableViewCell.

    Are you loading your cell similar to this?:

    static NSString *reuseIdentifier = @"Cell";
    
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:reuseIdentifier];
    
    if (cell == nil) {
        cell = [[[NSBundle mainBundle] loadNibNamed:@"MyCell" owner:self options:nil] objectAtIndex:0];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been provided with a C++ DLL and associated header file in order
I made a UITableViewCell subclass, and now I want that subclass to be clever.
I am using UISearchBar provided by the UISearchBar+SearchDisplayController in the Interface Builder, the search
Provided the following ruby hash: { cat: { 1: 2, 2: 10, 3: 11,
My web designer has provided me with updated fonts/icons that have been added to
I have types provided in a library I cant modify, such as this: namespace
I'm using html provided by a designer to create a master page. The html
I know rails provided CSRF protection by default from rails3. but my web application
EDIT: I where provided several interfaces that describe all the functionality that the project
I reviewed the answers provided to the GUI Programming APIs post and wondering if

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.