将UIAlertController设置为仅通过Swift / Storyboard显示在容器视图中

时间:2016-08-05 16:20:18

标签: swift2 ios9 xcode7 uialertcontroller

是否可以在iPad屏幕上的较小上下文中调用UIAlertController(例如,对于iPhone模拟器)?我有一个UIViewController的容器视图,我正在使用:

self.definesPresentationContext = true  
alertController.modalPresentationStyle = UIModalPresentationStyle.OverCurrentContext  
self.presentViewController(alertController, animated: true, completion: nil)

我还尝试从故事板设置上下文 - 两者都适用于标准UIViewController,但没有任何阻止UIAlertController接管整个屏幕。有什么建议吗?

0 个答案:

没有答案