Hello guys,
I’ve been struggling with optimizing the scrollview performance when having a large number of big pictures to scroll. I’m building something similar to 9gag or fancy app (a similar scrolling behavior).
I’ve tried the following:
- Turning off object visibility when outside screen and then on again when on screen:
This enhanced a little bit, but not scrolling is still jerky on my S3
- Putting the objects in a different group when outside screen, and then back to the scrollView when on screen
This works amazing, BUT, every time I perform a scrollView:insert, the scrolling stops, so if the user is trying to scroll quickly, every insert will stop the scrolling - very inconvenient…
Could you help out with ideas, please?
Thanks!