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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T06:10:58+00:00 2026-06-10T06:10:58+00:00

I know that reusing UITableViewCell objects is key to increase UITableView performance. However I

  • 0

I know that reusing UITableViewCell objects is key to increase UITableView performance.

However I have to simulate a form with a UITableView with grouped cells, where each group is a form section and each cell is a form input (which eventually would push another UIViewController in the navigation stack to enter actual data).

The number of sections and cells are constant and small (no more than 10 cells), and I am trying to access them without having to think in indexPath values. I would like to create cells as controller’s properties, and assign them in cellForRowAtIndexPath method rather than reusing them.

Is this a valid approach in terms of performance? Are there any other scenarios where it’s worth it to avoid reusing UITableViewCell instances?

Thank you!

  • 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-10T06:10:59+00:00Added an answer on June 10, 2026 at 6:10 am

    I think in your case(about 10 items) it’s perfectly reasonable to NOT re-use table view cells. I’ve done it myself once when I had to create some registration form – I’ve just created cells in xib file and returns them from cellForRowAtIndexPath.

    It’s not gonna be performance hit as there’s not any heavy calcuation performed. It might be memory consuption problem if your custom cells use some big images(or other memory consuming items). But that’s usually not the case with settings/registration or simple form stuff.

    I would go with cell re-use all the time except when you have small tables with custom cells. Personally I do cell re-use even when there’s 3-4 rows if it’s not custom cell.

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

Sidebar

Related Questions

I know that immutable objects always have the same state, the state in which
I have a UITableView that displays content programmatically. The cells load fine when first
I know that Java have its own garbage collection, but sometimes I want to
I know that I can hijack a form by showing a login form in
I have a fully functioning program that worked. However it had two dialogs that
I know that similar questions have already been asked but I do not understand
we all know that the cell in uitableview can be resued, but i am
We're using Parallel.foreach to consume items from a blocking collection. I know that by
I know that Phonegap has an event for back button, but it's only available
I know that this sort of question has been asked here before, but still

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.