Warning: Attempt to present * on * whose view is not in the window hierarchy!
出现这样的警告的原因是:ios 不允许在某个viewController的viewDidLoad方法中去呈现其他的viewController,你如果想要的是XXviewController显示之后马上呈现YY的话,可以在viewDidAppear中试试。
Warning: Attempt to present * on * whose view is not in the window hierarchy!,布布扣,bubuko.com
Warning: Attempt to present * on * whose view is not in the window hierarchy!
原文地址:http://blog.csdn.net/mdk132/article/details/38019311