iOS framework/library for presenting Powerpoint slides?(用于演示 Powerpoint 幻灯片的 iOS 框架/库?)
问题描述
我需要一个框架/库来帮助我以良好的动画呈现 PPT 幻灯片?
I need a framework/library which can help me in to present the PPT slides with good animations?
有什么想法可以找到吗?
Any ideas where i can find one?
推荐答案
Quick Look Framework 应该是您所需要的 - 它在 iOS 4.0 及更高版本中可用.
Quick Look Framework should be what you need - It is available in iOS 4.0 and later.
使用 Quick Look 框架提供项目的预览您不处理的格式,例如 iWork 或 Microsoft Office."
"Use the Quick Look framework to provide previews of items that are in formats you don’t handle—such as iWork or Microsoft Office."
Quick Look 预览控制器可以显示以下项目的预览:
A Quick Look preview controller can display previews for the following items:
- iWork 文档
- Microsoft Office 文档(Office '97 及更高版本)
- 富文本格式 (RTF) 文档
- PDF 文件
- 图片
- 其统一类型标识符 (UTI) 符合public.text 类型(参见统一类型标识符参考)
- 逗号分隔值 (csv) 文件
这里 是用于显示 PDF 文档的 Quick Look 示例教程,与您需要对 .ppt
文档执行的操作没有太大区别.
Here is an example tutorial of Quick Look being used to display a PDF documents, not too dissimilar to what you'll need to do with your .ppt
document.
这篇关于用于演示 Powerpoint 幻灯片的 iOS 框架/库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:用于演示 Powerpoint 幻灯片的 iOS 框架/库?
基础教程推荐
- UINavigationBar 隐藏按钮文本 2022-01-01
- 在 iOS 7 下 CCMenu 错位 2022-01-01
- Android - 如何在runOnUiThread 中将数据传递给Runnable? 2022-01-01
- 在视图控制器的宽度上水平均匀分布 UIButton 的最简单方法? 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- UINavigationItem 的持久 rightBarButtonItem 属性 2022-01-01
- 从 UIWebView 访问元数据 2022-01-01
- EditText 中的 setHintTextColor() 2022-01-01
- 更改 UITableView 部分标题的颜色 2022-01-01
- Firebase 云消息传递令牌未生成 2022-01-01