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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:09:14+00:00 2026-05-10T20:09:14+00:00

I am developing iPhone application and In that application I’ve one TableViewController , and

  • 0

I am developing iPhone application and In that application I’ve one TableViewController, and that TableViewController made up of Custom table cell.
into those cell I am loading image from URL, but the scrolling is not that smooth, (because each cell load images every time when scrolling happen).

So I decided to store those images into application document folder, but I don’t know how to use document folder in iPhone when application is in running state.

Any suggestion?

And on other forums I found that SQLITE has blob datatype to store binary data,

Which method is efficient, document folder or sqlite to store image?

  • 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. 2026-05-10T20:09:15+00:00Added an answer on May 10, 2026 at 8:09 pm

    Storing the images on the device may improve things somewhat, but it will not make scrolling really smooth. The reason scrolling tends to become choppy is that a synchronous function in your cell code means that you are blocking the run loop, which prevents animation. If you want to speed up scrolling you need to get rid of the blocking event, by making it asynchronous (though this still may result it chunky scrolling if you’re asynch callbacks take a lot of CPU time), or moving the blocking code off the main thread.

    If you move your loads off the main thread then either individual files or an sqlite3 database will work fine. The other big issue you will find is that cells are not updated while scrolling. That means if you perform an asynch image load in responds to the cell loading the image will not appear in the cell until the user is done scrolling, which is generally not the desired experience. In order to do avoid that you need to predictively load the images into ram before the user scrolls over them.

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

Sidebar

Ask A Question

Stats

  • Questions 109k
  • Answers 109k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The gc.set_debug(gc.DEBUG_LEAK) causes the leak. Try this: import gc def… May 11, 2026 at 9:23 pm
  • Editorial Team
    Editorial Team added an answer I'm using a typecast helper class that does the typecasts… May 11, 2026 at 9:23 pm
  • Editorial Team
    Editorial Team added an answer The way to do this is to read the entire… May 11, 2026 at 9:23 pm

Related Questions

I am developing iPhone application and In that application I've one TableViewController , and
i am developing a iphone application in a view-based project,(not navigation) however i would
I am developing an iPhone application that persists data to a SQLite3 database. For
I'm new to developing applications for the iPhone and iPod touch. Is it possible
I am thinking about buying an iPod touch to make some money on developing

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.