PDF Reader like iBooks(PDF 阅读器,例如 iBooks)
问题描述
我想创建一个像 iBooks 这样的 PDF 阅读器.这样您就可以看到页面的缩略图,按下它并打开页面等等.还有用于显示已加载 PDF 的书架
I want to create a PDF reader like iBooks. 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
有谁知道我怎样才能创造出这样的东西?是否有图书馆或有人知道一个好的教程?
Does anyone know how I can create something like that? Is there a library or does somebody knows a good tutorial?
提前致谢!
我需要的是这样的:
推荐答案
页面卷曲见这个讨论.对于其他所有问题,您应该将问题分解为更集中的问题,因为很难说出要给出多少细节(即,我们不知道您已经知道了多少).
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).
更新
对于绘图部分,从 Cocoa 绘图指南 和 查看编程指南.我相信您可以使用 UIImage 类.
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.
这篇关于PDF 阅读器,例如 iBooks的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PDF 阅读器,例如 iBooks


基础教程推荐
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- 如何使用 YouTube API V3? 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01