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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T07:40:19+00:00 2026-05-21T07:40:19+00:00

I am thinking about asking this question from sometime.. Now I am finally asking

  • 0

I am thinking about asking this question from sometime..

Now I am finally asking it..

When I say …in the tableView datasource… that..

cell.textLabel.text=[myArray ObjectAtIndex:indexPath.row];

what does it actually mean?? can anyone translate it for me from machine language??

I am using it a lot but ..I think I actually dont know what it does inside??

  • 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-21T07:40:20+00:00Added an answer on May 21, 2026 at 7:40 am

    UITableViewCell(cell is object of this class) has few subviews added on it, one of them is referred by textLabel. textLabel is UILabel object and it is declared as property in UITableViewCell so that we can access it using UITableViewCell object. text is property of UILabel which helps to set text apearing on label. So cell gives you UITableViewCell then you access textLabel and set its text property.

    [myArray objectAtIndex:indexPath.row]; is call for accessing an object from array(myArray) with given index. Here myArray should return NSString as its object so that it could be set as text of textLabel.

    objetAtIndex is method that will return you array element located at given index. as we do for examle in C , myArray[0]---> [] bracket is for our (primitive type) data retrieval at given index in bracket.
    In object-c you have this method,objectAtIndex:(defined for NSArray), does the same work.

    indexPath.row denotes we are accessing row property of indexPath(NSIndexPath object)[similarly it has section property ] . and " . " is operator for accessing the properties.

    more detailed insights are available in apple documentation.
    Thanks,

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

Sidebar

Related Questions

Thinking about avoiding code replication, I got a question that catches me every time
While thinking about this question and conversing with the participants, the idea came up
Been thinking about this for hours now. Im building a simple slideshow application, where
Just thinking about the best way to build an Order form that would (from
After asking this question about implementing an aspect with PostSharp, it came to my
Thinking about a Windows-hosted build process that will periodically drop files to disk to
Without thinking about it at all I just want to say I should allow
Currently thinking about pitching the argument for us migration from vs 2005 (winforms) to
I'm asking this question given my chosen development frameworks of JPA (Hibernate implementation of),
As a Rails developer I feel a bit stupid asking this question but hopefully

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.