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 6003889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:11:07+00:00 2026-05-23T01:11:07+00:00

i have a not custom table view view that i mean that i’m using

  • 0

i have a not custom table view view that i mean that i’m using the cellForRowAtIndexPath. I want my cell to have 2 labels one for a title and the other for a date. I have tried to use this code that doesn’t work:

CGRect myImageRect = CGRectMake(0.0f, 0.0f, 320.0f, 109.0f); 

    UIView* view = cell.contentView;
    UILabel* labelTitle = [[UILabel alloc] initWithFrame:myImageRect];
    UILabel* labelDate = [[UILabel alloc] initWithFrame:myImageRect];

    [cell addSubview:labelTitle];
    [cell addSubview:labelDate];

    cell.labelDate.text = @"title";
    cell.labelTitle.text = @"date";

I get an error saying: Property 'labelDate' not found on object of type 'UITableViewCell *'

So it seems that the cell doesn’t recognize my labels. Can thsi be done in some way?

Thanks in advance.

  • 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-05-23T01:11:07+00:00Added an answer on May 23, 2026 at 1:11 am

    try

     [cell.contentView addSubview:title];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've a custom table view cell that I created using XIB: I've also linked
I have some custom table view cells that takes a while to draw, so
I have implemented a custom table view cell. I can get the cell to
I have a table view and when a user selects a cell I want
Embedded custom-tag in dynamic content (nested tag) not rendering. I have a page that
I have a small, custom crafted HTML report, not using any reporting engine, for
I have a view with a custom slider. We are using a subclass of
I have a table cell for which I set its contentView to a custom
I have several parts in my app where I use custom table view cells.
I have a table that, due to the third party system we are using,

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.