objective c - How to open ppt file in microsoft power point outside the cocoa application -


i'm developing cocoa application. have .ppt file in resources. have open ppt file in microsoft power point, when tap button within application.

is possible in cocoa using objective c?

yes it's possible see tutorial buddy

http://andycodes.tumblr.com/post/738375724/ios4-sdk-opening-pdfs-in-ibooks

similarly have ms-office.

also see apple documentation

http://developer.apple.com/library/ios/#documentation/quicklook/reference/quicklookframeworkreference_iphoneos/_index.html

uidocumentinteractioncontroller thing need use.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -