present UIViewController crash
2019-02-28 本文已影响0人
Fintecher
如果将被显示的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)