Search code examples
objective-ciosuitableviewuiscrollviewibooks

Recreate the BookCase in iBooks


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


Solution

  • You'd use code that others have already written, such as AQGridView.