Recover BookCase in iBooks

I just wanted to know how you can implement a bookcase, for example, in iBooks, in my iPhone application.

I assume that you will need to use UIScrollView, but then I read somewhere that you need to use UITableView. What is it?!

+3
source share
3 answers

You would use code that you already wrote another, for example AQGridView.

+4
source

, , ( ), / ( ). . , .

UIScrollView.

+2

, , , UITableView ( ). UITableViewDataSource, , .

, , , .

Honestly, it’s not a very difficult task, it will take a lot of effort to look right. If you don’t like the custom drawing, be prepared to spend time exploring the various graphical / graphical APIs.

0
source

All Articles