简体   繁体   English

像iBooks一样的PDF Reader

[英]PDF Reader like iBooks

I want to create a PDF reader like iBooks. 我想创建一个像iBooks这样的PDF阅读器。 So that you can see the thumbnails for the pages, press on it and it opens the page etcetera. 这样您就可以看到页面的缩略图,按一下就可以打开页面等。 Also the bookshelf for showing the loaded PDF's 也是用于显示加载的PDF的书架

Does anyone know how I can create something like that? 有谁知道我该如何创建这样的东西? Is there a library or does somebody knows a good tutorial? 有图书馆还是有人知道一个好的教程?

Thanks in advance! 提前致谢!

What I need is something like this: 我需要的是这样的: 替代文字

For the page curl, see this discussion . 有关页面卷曲,请参见此讨论 For everything else, you should break the problem down into more focused questions since it's hard to tell how much detail to give (ie, we don't know how much you already know). 对于其他所有内容,您都应将问题分解为更集中的问题,因为很难说出要提供多少细节(即,我们不知道您已经知道多少)。

Update 更新资料

For the drawing part, start with the Cocoa Drawing Guide and the Views Programming Guide . 对于绘图部分, 请先从《 可可绘图指南》和《 视图编程指南》开始 I believe you can get basic PDF thumbnails using the UIImage class. 我相信您可以使用UIImage类获得基本的PDF缩略图。

This opensource project is the exact copy of the iBook pdf reader: 这个开源项目是iBook pdf阅读器的精确副本:

http://www.vfr.org/ http://www.vfr.org/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM