iOS framework/library for presenting Powerpoint sl

2019-01-26 21:11发布

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?

2条回答
ら.Afraid
2楼-- · 2019-01-26 21:19

Quick Look Framework should be what you need - It is available in iOS 4.0 and later.

"Use the Quick Look framework to provide previews of items that are in formats you don’t handle—such as iWork or Microsoft Office."

A Quick Look preview controller can display previews for the following items:

  • iWork documents
  • Microsoft Office documents (Office ‘97 and newer)
  • Rich Text Format (RTF) documents
  • PDF files
  • Images
  • Text files whose uniform type identifier (UTI) conforms to the public.text type (see Uniform Type Identifiers Reference)
  • Comma-separated value (csv) files

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.

查看更多
Fickle 薄情
3楼-- · 2019-01-26 21:25

You can use the document viewer. This works fine for all type of files.

http://developer.apple.com/library/ios/#samplecode/DocInteraction/Introduction/Intro.html

查看更多
登录 后发表回答