views:

524

answers:

3

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...

A: 

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.

Matt Gallagher
A: 

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>>

y ramesh rao
I think that instead of submitting this as a separate answer to your question, you meant to make it a comment on Matt's answer.
erikprice
A: 

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...

y ramesh rao