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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T14:53:09+00:00 2026-06-03T14:53:09+00:00

how would i use UINibs to instantiate and use a UITableViewCell for a tableview

  • 0

how would i use UINibs to instantiate and use a UITableViewCell for a tableview in iOS5.0. I know there is a registerNib:forCellReuseIdentifier: in iOS5.0 that also needs to be used, but am not sure how to use it

Thanks in advance for any help on this

  • 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-03T14:53:12+00:00Added an answer on June 3, 2026 at 2:53 pm
    1. Create your xib file with a UITableViewCell as the top-level object. This is called Cell.xib
    2. Create a UINib object based on this file
    3. Register the UINib with the table view (typically in viewDidLoad of your table view controller subclass).

    Steps 2 and 3 can be combined, so you would use the following line in viewDidLoad:

    [self.tableView registerNib:[UINib nibWithNibName:@"Cell" bundle:nil] forCellReuseIdentifier:@"Cell"];
    

    Then, in cellForRowAtIndexPath, if you want one of the cells from the nib, you dequeue it:

    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"Cell"];
    

    This either creates a new instance from the nib, or dequeues an existing cell.

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

Sidebar

Related Questions

I am writing a Facebook application that would use a Postgres DB along with
Can I use generateDS.py in python in a similar way that I would use
We use Oracle on a project and would like to also support MySQL. How
How you would use jQuery to implement a div that executes a link when
I would like to know how to use python to make calls to a
I would use HTML5 for my new Blog Design. I have used HTML5 Tags
I would like an alogrithm that would use only shift, add or subtract operations
I'm writing a PHP function that would use a table of sorts to look
I'm in the process of creating an app that would use iCal format calendars,
I would like to use some of the functionality of iOS5 but still build

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.