objective c - Iphone Help Overview of document like in ibooks -
O people are just thinking that someone can help me, I have a simple magazine app where the images are loaded with an array. Image view is a button on the Ibooks app that will take you with all the pages along with the type of observation where you select the page. They are like 3 pages and then down. Is it different to just confuse a table view or something?
Cheers
A table view can only contain one column, therefore possibly Not that.
Without looking at it, they can only place an array of UIImageView
or UIButton
objects on the screen or perhaps if you want a longer list UIScrollView