博文

目前显示的是 十二月, 2016的博文

present的延迟问题

要强制放到主线程来执行。。不然会出现奇怪的延迟问题 如下: DispatchQueue.main.async {     self.present(#YourViewController#, animated: true, completion: nil) }