PDF 阅读器,例如 iBooks

2023-10-23移动开发问题
3

本文介绍了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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

硬件音量按钮更改应用程序音量
Hardware Volume buttons change in app volume(硬件音量按钮更改应用程序音量)...
2024-08-12 移动开发问题
10

Cocos2d - 如何检查不同层中对象之间的交集
Cocos2d - How to check for Intersection between objects in different layers(Cocos2d - 如何检查不同层中对象之间的交集)...
2024-08-12 移动开发问题
8

突出显示朗读文本(在 iPhone 的故事书类型应用程序中)
Highlight Read-Along Text (in a storybook type app for iPhone)(突出显示朗读文本(在 iPhone 的故事书类型应用程序中))...
2024-08-12 移动开发问题
9

Cocos2D + 仅禁用 Retina iPad 图形
Cocos2D + Disabling only Retina iPad Graphics(Cocos2D + 仅禁用 Retina iPad 图形)...
2024-08-12 移动开发问题
10

正确的 cocos2d 场景重启?
Proper cocos2d scene restart?(正确的 cocos2d 场景重启?)...
2024-08-12 移动开发问题
7

[ios.cocos2d+box2d]如何禁用自动旋转?
[ios.cocos2d+box2d]how to disable auto-rotation?([ios.cocos2d+box2d]如何禁用自动旋转?)...
2024-08-12 移动开发问题
7