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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:41:42+00:00 2026-05-23T10:41:42+00:00

What are the best practices when dealing with UITableViews in order to improve the

  • 0

What are the best practices when dealing with UITableViews in order to improve the performance, speed up the development and maintenance when dealing with UITableViews?

  • 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-23T10:41:43+00:00Added an answer on May 23, 2026 at 10:41 am

    This isn’t the first time this question has been asked on SO. Here’s my previous answer on the matter:

    • Dynamic row height is expensive, because it cannot cache the rendered views efficiently, as the runtime doesn’t know what height you’re going to return for a given cell until it makes the call. Don’t use it if at all possible. I was told by Apple Engineers that it’s more efficient to draw all the cells a little taller than necessary to account for a few larger rows, than to use dynamic height.
    • Only fetch the array item once [items objectAtIndex:indexPath.row] in the -tableView:cellForRowAtIndexPath: method
    • Use a cache for any images or other network resources. Try the EGOImageView stack, it caches it’s image efficiently, and is some pretty slick code.
    • While you’re in the EGO github code, grab their EGOCache and use it to cache any other objects you need to manipulate, such as strings that are parsed and modified
    • If any of your views on that cell are transparent, watch the WWDC 2011 video on UIKit performance. They have a much more efficient method to draw transparency on tableview cells
    • If you’re using Core Data, use the NSFetchedResultsController in your table view. It handles loading faults, caching indexes, and other efficiencies specific to table ivews.

    Also watch the WWDC video on using instruments, they go over how to find where drawing code is killing performance. This year had some (some, not all) really great sessions.

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

Sidebar

Related Questions

What are the best practices for dealing with Things that should be hashed. i.e.
What are the best practices for checking in BIN directories in a collaborative development
I'm finding it difficult to find any discussion on best practices for dealing with
Not sure on what the best practices are for dealing with NULL values when
I'm looking for some guidance in terms of best practices when dealing with custom
What's the best practice for dealing with objects in for or foreach loops? Should
Best practices or tools for installing a SQL Server database I have a SQL
What best practices should be observed when implementing HDL code? What are the commonalities
Yahoo best practices states that putting JavaScript files on bottom might make your pages
What best practices have you used in unit testing embedded software that are peculiar

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.