-2

我想创建一个类似于 ibook 应用程序的书架,我将一些书或 pdf 放在书架上,然后单击应该启动的书或 pdf。所以任何人都可以告诉我如何实现或任何示例代码可用。

4

1 回答 1

0

All you need is custom interface. Main container is a scrollView, it will contain repeatable pattern of your bookshelf. Then you need to put some UIView in proper coordinates, which will contain your book cover images. Other part of application is a book reader, you can use some framework, something like FastPdfKit or another.

于 2012-09-24T10:26:38.723 回答