whose view is not in the window hierarchy! 解决办法
self.view.addSubview(alert.view) self.addChildViewController(alert)
原文:http://www.cnblogs.com/ericjun/p/4012724.html