I’m developing application with sliding views, where user slides finger and new view appears. I have around 140 views to slide through.
I have tried initialy addSubview the problem I face was the rotation of the view
than I tried UINavigation controller where I’m pushing views.
but application crashes after 120 slider approx.
What is the best approach to appear views for my case
Try this instead link
The author talks about loading thousands of images and unloading them while not using them…