gpt4 book ai didi

iphone - 在 UIWebView 中打开 RTFD 文件

转载 作者:行者123 更新时间:2023-11-29 04:13:45 25 4
gpt4 key购买 nike

我正在为 iPhone 开发一个应用程序。我的项目中有一个名为 Class01.rtfd 的 RFTD 文件。我想在 UIWebView 中打开它。但它不起作用。我的代码如下:

NSString *localFilePath = [[NSBundle mainBundle] pathForResource:@"Class01" ofType:@"rtfd"] ;
NSURLRequest *localRequest = [NSURLRequest requestWithURL:
[NSURL fileURLWithPath:localFilePath]] ;

[self.webview loadRequest:localRequest] ;

最佳答案

要在 UIWebView 中显示 rtfd 文件,您应该将其压缩为 zip 文件,该文件必须保留两个扩展名,例如:Class01.rtfd.zip ( reference )

关于iphone - 在 UIWebView 中打开 RTFD 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14002494/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com