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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:35:50+00:00 2026-05-26T16:35:50+00:00

I have table view in that click any i am displaying data in overlay

  • 0

I have table view in that click any i am displaying data in overlay view (overlay contain scroll view i adding near about 30 components like label , text View for each page )with near about with 20 pages
My code in didSelectRowAtIndexPath

    _scrollViewOverlay = [[UIScrollView alloc] initWithFrame:CGRectMake(13, 103, 292, 273)];
    _scrollViewOverlay.pagingEnabled = YES;
    _scrollViewOverlay.backgroundColor = [UIColor  colorWithRed:10.0f/255.0 green:132.0f/255.0f blue:217.0f/255.0f alpha:1];
    _scrollViewOverlay.delegate=self;
    [_viewOverlay addSubview:_scrollViewOverlay];
    [_scrollViewOverlay release];
    for(int iCount = 0;iCount<[_arrayDeatil count];iCount++)
    {
         //here  i am adding 8 label and 4 textFields to _scrollViewOverlay for each page 
    }

Now problem is that In Device its getting block near about 10 secs.how can i over come this problem please help me…

  • 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-26T16:35:51+00:00Added an answer on May 26, 2026 at 4:35 pm

    You should use a similar approach to UITableView. You need to only load into memory what is necessary for what you have on screen, and potentially a couple off screen to ease scrolling. You’ll likely want to implement a reuse queue as well, exactly as done in UITableView.

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

Sidebar

Related Questions

I have a table view that I am customizing and I am adding a
I have a table view that is managed by an NSFetchedResultsController. I am having
I have an MVC application view that is generating quite a large HTML table
On each cell of my table view I want to have a bar that
I have a self referencing table in Oracle 9i, and a view that gets
I have a Pages table that stores all my view urls and this table
I have a table view that has custom cells. In every cell I have
i have a table view that when the user taps on one of the
I have added a UIButton in a table view. Now when I click a
I have a table displaying tabular data in the form of a report. I

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.