想要将UIAlert移到最顶层

时间:2016-03-11 07:42:00

标签: ios swift frame uialertcontroller

当用户点击“相机”图标时,首次显示警报“应用程序想要访问您的相机”。我希望这个警报在顶部。任何提示?

2 个答案:

答案 0 :(得分:1)

否则无法处理,如果我们无法处理的苹果提供默认警报

答案 1 :(得分:0)

您必须自定义AlertView,

使用此参考资料可能会对您有所帮助。

  

http://iosdevtricks.blogspot.in/2013/04/creating-custom-alert-view-for-iphone.html

  

http://code.tutsplus.com/tutorials/ios-sdk-uialertview-custom-graphics--mobile-8886

还有更多。