最佳答案
我似乎不能得到顶部最UIViewController
没有访问UINavigationController
。以下是我目前所掌握的:
UIApplication.sharedApplication().keyWindow?.rootViewController?.presentViewController(vc, animated: true, completion: nil)
然而,它似乎没有做任何事情。keyWindow
和rootViewController
似乎也是非空值,所以可选的链接应该不是问题。
注意: 做这样的事是个坏主意。它打破了MVC模式。