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

The Archive Base Latest Questions

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

I have an iPad application that is being backed by Core Date and displaying

  • 0

I have an iPad application that is being backed by Core Date and displaying data in a UITableView. I am also using custom cells to display multiple ULabels per cell.

It works fine but when a lot of items are added to the tableView it bogs down and feels kind of sluggish. I am not currently using the NSFetchedResultsController. Whenever a change is made to the data, an ivar array’s data is refreshed like this:

items = [self.managedObjectContext executeFetchRequest:allItems error:&error];

Items is the array the tableView pulls all of its data from and everything updates and works. But it isn’t super fast! Is there a problem with my approach? Is the NSFetchedResultsController the only way to go? The processing going on in the delegate/data source methods isn’t that heavy. Basically pulling out values from the array and setting them to UILabels.

Everything works the way I need it to right now, I just need it to be more responsive.

Thanks

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

    NSFetchedResultsController is definitely highly recommended. It could not only potentially address your performance problem, but will also lead to all kinds of convenient facilities (such as the delegate protocol) and behind the scenes optimizations.

    The most important of these optimizations would perhaps be memory management. Your solution (with all items in an array) appears to be a poor design choice and will not scale to a large amount of records / rows.

    That being said, use the usual optimization strategies when drawing cells:

    • minimize the use of labels and other subviews;
    • do not use transparent backgrounds;
    • do not use alphas other than 1.0;
    • to not have subviews in the cell overlap, etc.

    If performance is still an issue, you will have to draw your content yourself by overriding the drawRect of UITableViewCell subclass.

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

Sidebar

Related Questions

I have a Core Data app that will end up being an iPhone/iPad universal
I have an ipad application that has a simple core data model with two
I have an iPad application that pulls in all of its data from an
I have an existing iPad application to which I've just added core data versioning.
I have a UITableView in an iPad application that I am working on. When
I have a phonegap application targeting iPad that needs to embed a video on
I'm making an application for the iPad. I have a view controll that has
I have an iPad application that uses the whole screen (that is, UIStatusBarHidden is
I have a somewhat complex data model in my iPad application (an OpenGL drawing
I have a web application that is being used by browsers on desktop, tablet

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.