无法使用SVWebViewController(iOS)打开PDF

时间:2013-10-02 10:14:13

标签: iphone objective-c pdf ios7

我在我的应用上使用 SVWebViewController 已有6个月了。 由于 iOS7 ,我无法打开PDF。没有发生错误,但我没有任何内容显示。

但是,如果我要求像google这样的基本网址,则会显示内容。

问题出在我尝试打开PDF文件时。

我使用此库:SVWebViewController

我使用以下代码调用viewController:

 SVModalWebViewController *modalVC = [[SVModalWebViewController alloc]
 initWithAddress:xmlParserContenuAppelOffre.file];

 [self presentViewController:modalVC animated:YES completion:nil];

有人有同样的问题可以解决吗?

THX

1 个答案:

答案 0 :(得分:0)

我认为 SVWebViewController 确实发生了问题。

SVWebViewController使用UIWebview loadRequest:,它不能与PDF Url一起使用,但可以与google url配合使用。 所以我猜这是iOS7 问题,因为我也无法在Safari上打开PDF文件而且我并不孤单 - > Apple Discussions

所以,等等&见!