Hello friends can you please help me in creating image tiles on iPhone
How to store the and how to manipulate them while handling touch...
Hello friends can you please help me in creating image tiles on iPhone
How to store the and how to manipulate them while handling touch...
The easiest way to handle image tiles is simply to arrange UIImageViews in a UIScrollView. You need to consider how to manage the cache of image that the UIImageViews draw but that is specific to your application.
Look at the Apple sample application, named "Scrolling" that appears in the iPhone OS 2.1 (and later) documentation. It will show you two different approaches. There are more arrangements but these two are the best place to start.
Hello Matt,
Does the UIScrollView allows Horizontal scroll too... Once i tired the thing with that too it allowed me only vertical scroll have you tired it with Horizontal too...
Thanks for suggestion anyways i'll look over it mate>>
Hello Again,
I saw the UIScrollView but the thing is that I found no methods that tell the current status of the scroll..
How do I insert more images, for that i require some kind of threshold value after which i can do my job...