iOS framework/library for presenting Powerpoint slides?

前端 未结 2 1351
北海茫月
北海茫月 2020-12-19 20:24

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条回答
  • 2020-12-19 21:00

    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.

    0 讨论(0)
  • 2020-12-19 21:20

    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

    0 讨论(0)
提交回复
热议问题