Tagged Questions
6
votes
5answers
1k views
How to create games with scrolling?
In games like city story or we farm how do they implement scrolling?
To do scrolling using UIScrollView the EAGLView size has to be bigger. In those games EAGLView size look like more than ...