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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:55:45+00:00 2026-06-02T05:55:45+00:00

In my app, I use a scroll view in which I display 300 image

  • 0

In my app, I use a scroll view in which I display 300 image (400 kB).
It takes nearly 2 minutes, and as a result, when I scroll up and down, it isn’t smooth.

How can I solve this problem?

Note: I have noticed that after I scroll down to end of scrollview once, it gets smooth.
The issue with scrolling only appears the first time.

  • 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-02T05:55:47+00:00Added an answer on June 2, 2026 at 5:55 am

    Try adding this in your load function (where you load your images). If you are using a while or for loop to load images, add this code to the loop.

    NSURL *url=//here url for your image   
    dispatch_queue_t currentQueue = dispatch_get_current_queue();
    dispatch_queue_t dataConvertorQueue = dispatch_queue_create("Fetching images", NULL);
    dispatch_async(dataConvertorQueue, ^{
        NSData *data = [NSData dataWithContentsOfURL:url];
        dispatch_async(currentQueue, ^{
           //replace imageView with your imageView outlet
           imageView.image = [[UIImage alloc] initWithData:data]];
        });
    });
    dispatch_release(dataConvertorQueue);
    

    This code helps you fetch and show images from a url and it works great with a tableview. It might not be exactly what you want but it’ll give you an idea on how to do it. Hope it’ll help you.

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

Sidebar

Related Questions

My app consists of an image gallery. It is a scroll view which displays
i have a scroll view which represents a map, it has pins on it,
I have view which contains a scrollView. When the view shows up the image
I'm trying to create horizontal scroll view(s). Each view containing one image. [done] Initially
So i drill down from main view (which is populated by an APPDelegate array)
In my Ipad app, I have a split view in which the detail view
I use a view which has RelativeLayout -> ScrollView -> LinearLayout. I get exception:
Setup: Tab Bar App First View is a ScrollView which has an ImageView as
I am trying to create an app that has a scroll view filled with
I'd like to make an app which would use custom map (instead of Google's

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.