1

我编写了最简单的代码来在我的视图控制器的“viewDidAppear”方法中启动 SFSafariViewController。

  let svc = SFSafariViewController(URL: NSURL(string: "https://google.com")!)
  self.presentViewController(svc, animated: true, completion: nil)

它在 iOS 模拟器上运行良好,但在我的 iPhone 中它显示 SFSafarViewController,但不加载页面。我有一部 iPhone 6 (iOS 9.1):

在此处输入图像描述

4

0 回答 0