Hi All,
I am trying to implement a list of items on the iphone in which each item is a range of images that can be viewed by users by simply sliding across.
I've been able to create the list framework using the UITableview and linking its datasource to my UIViewController.
All I need to know now is how to place images in each table row and how to scroll across?
Thanks guys.