I just wanted to know how you could implement a bookcase, like in iBooks, into your iPhone app.
I presume you would need to use a UIScrollView
, but then I read somewhere that you need to use a UITableView
. Which is it?!
You'd use code that others have already written, such as AQGridView
.