[iPhone] Objective-C : Endless UIScrollView without pagingEnabled
- by Daniel
Hi folks!
In my iPhone app there is a scrollview (pagingEnabled=NO) which can contain up to 200 subviews (150 x 150) and the challenge is to do lazy loading and simulate endless scrolling (without bouncing) in horizontal directions.
Is there a solution or an alternative for this request?
Thanks a lot,
Daniel