如果将被显示的UIViewController加到自己的children后,再present会crash哦
//self.addChild(vc)
self.present(vc, animated: true, completion: nil)
如果将被显示的UIViewController加到自己的children后,再present会crash哦
//self.addChild(vc)
self.present(vc, animated: true, completion: nil)
本文标题:present UIViewController crash
本文链接:https://www.haomeiwen.com/subject/kiuhuqtx.html
网友评论