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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T20:42:46+00:00 2026-06-09T20:42:46+00:00

I’ve created a prototype UITableViewCell and populated it with dictionaries containing strings with image

  • 0

I’ve created a prototype UITableViewCell and populated it with dictionaries containing strings with image paths and label text for the cell. I’m using the same image size for the UITableViewCell‘s UIImageView as in lager image views in my app, and some of the images are pretty large.. Like ie 300w x 800h and 300 kb size. So each cell is loading content about 500 kb totally. So when I run the app, on the first scroll down the UITableView (when the cells are created), i experience a lag in the scrolling.

If I leave it like this, will it go through the App Store review or is it likely to be rejected for this? Heard of any cases?

I know I can make some smaller images for UITableViewCell. Then, what is the preferred pixle dimentions for the UIImageView (older iphone and retina)? (Or is there maybe a maximun kb loading limit for UITableViewCell?)

If you’re going to say 44 and 88 points, research is telling me this is the default height of the UITableViewCell itself, and got nothing to do with UIImageView dimentions, or kb limit if there is one..

And last: Is there other (apple approved ways) of avoiding the lag? Like creating the cells before the scroll begins, or something?

  • 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-09T20:42:47+00:00Added an answer on June 9, 2026 at 8:42 pm

    Try Using LazyLoading. If the images are coming from Server. That is the main issue of the lag(delay) and Since hte cell is reused So whenever you scroll It loads the image each time.

    Also Since you have said that the images are very large So try converting the images to smaller size. The size of the image is not predefined to 44 or 88 or anything. We can set the size depending upon the height of the cell.

    EDIT
    As Kristoffer Said that the images are from his main bundle and not from the server
    Can you please try changing in cellForRowAtIndexPath the line

    static NSString *CellIdentifier = @"Cell";
    

    with

    NSString *CellIdentifier = [NSString stringWithFormat:@"Cell%d%d",indexPath.row,indexPath.section];
    

    Not much sure whether it will work or not. But it will stop reusing the cell So Your cell wont reload the already loaded image in the cell.

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

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
I am reading a book about Javascript and jQuery and using one of the
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
We are using XSLT to translate a RIXML file to XML. Our RIXML contains
I have a text area in my form which accepts all possible characters from

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.