UIScrollView with over 100 images
Posted
by tikkips
on Stack Overflow
See other posts from Stack Overflow
or by tikkips
Published on 2010-06-09T23:31:18Z
Indexed on
2010/06/09
23:42 UTC
Read the original article
Hit count: 204
I have implemented a UIScrollView on the iPhone that contains 100 image slots which I fill only the currently visible page, the one before it, and the one after it as the user scrolls.
Everything works fine until we get up to image 97 or 98, the entire view disappears! The only thing I can do at that point is navigate back to the previous view.
Nothing works as far as the scroll view after this. I am not receiving any memory warnings an the rest of the app functions fine. Any ideas? Has anyone created a UIScrollView in paging mode with over 100 pages?
Rick
© Stack Overflow or respective owner