我正在开发一个iPhone应用程序,我想在我的应用程序中打开一个PowerPoint文件.有人可以帮帮我吗?
使用 -[UIWebView loadData:MIMEType:textEncodingName:baseURL:]
[webView loadData:[NSData dataWithContentsOfFile:filePath] MIMEType:@"application/vnd.ms-powerpoint" textEncodingName:@"UTF-8" baseURL:[NSURL URLWithString:filePath]]