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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:15:12+00:00 2026-05-12T06:15:12+00:00

I have implemented a large list of views in a UIScrollView. I cannot use

  • 0

I have implemented a large list of views in a UIScrollView. I cannot use a table view because of the nature of my app.

Basically I have a collection of ‘blocks’ which are view controllers themselves, inside a UIScrollView. Everything is working OK but memory is a problem on very large pages. I have successfully implemented dynamic adding of the subviews (when they come on screen, they are layed out and added to the parent view). The blocks themselves are setup and created all at once but their actual views, ie, block.view, are not added to the big container until they come on screen. This works great, but I need a way of removing the views from memory once they go offscreen. removeFromSuperView does make them disappear however doesn’t reduce the memory usage.

If I instantly removeFromSuperView, after addSubview, the block isn’t displayed and the memory doesn’t go up. If I removeFromSuperview after a draw cycle, the memory goes up on the draw and doesn’t go back down, even though you cannot see the view anymore. It’s like the view is being cached until I actually release the entire view. This doesn’t make sense because it wasn’t using much memory before drawing it, even though it had been created.

I cannot release the view since it belongs to my block (viewcontroller) which holds a lot of other (eg, layout) information. I just need to get the memory back. I know that keeping the view in memory before a draw cycle isn’t causing the memory to go up therefore I shouldn’t need to get rid of it.

For example, if I retain instead of addSubview, I know that my view is still around, but it doesn’t use nearly as much memory.

I have tried calling a memory warning on the vc

  • 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-12T06:15:13+00:00Added an answer on May 12, 2026 at 6:15 am

    I believe UIViews are smart about not actually allocating a layer for itself until it is displayed. That’s why you’re not seeing memory usage go up until you add it to a superview.

    What you should do is to not create the view until it is needed, and release it as soon as it’s removed from the scroll view. That way, the layer will be deallocated.

    Basically, you’ll want to implement loadView in order to create (and recreate) the view whenever it is accessed via the view property.

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

Sidebar

Related Questions

I have implemented a linked list as a self-referencing database table: CREATE TABLE LinkedList(
I have implemented VirtualPathProvider class so I can keep all my views in the
I have a ListView that contains a large collection of rows with textboxes that
I have implemented a generic list and I am trying to retrieve the data
Here's what I'm trying to do. I have an extremely large list of items.
I have a very large list of items (~2 millions) that I want to
I have implemented what I thought was a pretty decent representation of MVC in
I have implemented a simple file upload-download mechanism. When a user clicks a file
I have implemented a python webserver. Each http request spawns a new thread. I
I have implemented a SAX parser in Java by extending the default handler. The

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.