我们可以在iPhone应用程序中打开PowerPoint文件吗?

Pra*_*ypa 2 iphone powerpoint

我正在开发一个iPhone应用程序,我想在我的应用程序中打开一个PowerPoint文件.有人可以帮帮我吗?

rpe*_*ich 5

使用 -[UIWebView loadData:MIMEType:textEncodingName:baseURL:]

[webView loadData:[NSData dataWithContentsOfFile:filePath] MIMEType:@"application/vnd.ms-powerpoint" textEncodingName:@"UTF-8" baseURL:[NSURL URLWithString:filePath]]
Run Code Online (Sandbox Code Playgroud)