present的延迟问题

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

评论

此博客中的热门博文

Delegate

LLVM相关技术文章收集

viewWillAppear不执行的解决办法