可视化SFSafariViewController中的触摸

时间:2018-02-21 13:49:59

标签: ios swift sfsafariviewcontroller

我尝试使用名为TouchVisualizer的库可视化SFSafariViewController中的触摸,该库公开Vizualizer对象,其start()方法应调用触摸可视化...但我试图从用于显示present()的{​​{1}}方法的完成处理程序中调用此方法:

SFSafariViewController

来自let svc = SFSafariViewController(url: NSURL(string: self.urlString)! as URL) svc.delegate = self self.present(svc, animated: true, completion: { Visualizer.start() }) 事件处理程序:

SFSafariViewControllerDelegate

......无论如何,触摸都没有可视化。

你知道为什么吗?非常感谢,

大卫

PS:如果你有一个类似的图书馆推荐这样做,我会很乐意改变。

0 个答案:

没有答案