标签: ios swift uiwebview lag
如果你注意到,WebKit视图没有顺利消失,而且眼睛有点烦人。
我正在使用以下代码:
@IBAction func Close(sender: AnyObject) { self.dismissViewControllerAnimated(true, completion: nil) println("cancel") }
我不确定为什么会这样。使用按钮作为推回原始关于页面的工作,但它会删除标签栏。