开发者

How can I create an iBook-style user interface? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_StackOverflow中文版 Closed 11 years ago.

I was working on storing some books or pdf in a shelf. Can i get some tutorial or code which helps in making Apple iBooks kind of a user interface. How can i implement this one?

Here is screenshot of what I mean:

How can I create an iBook-style user interface? [closed]


What you want to do is a recreation of UITableView that can handle multiple columns per row.

You do this by subclassing UIScrollView and write allot of code.

I have done one such implementation called CWColumnTableView, with support for animations, drag-n-drop reordering and more. It's available under BSD-license here: https://github.com/Jayway/CWUIKit The project also has an example application. Basically it works just as UITableView, you just provide your cells, and optionally a background and/or row backgrounds.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜