想要将 UIAlert 移动到视图的顶部
Want to move UIAlert at the top of view
当用户第一次点击相机图标时,会显示警告 'App would like to access your camera'。我想要这个警报在顶部。有什么提示吗?
您必须制作自定义 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
还有很多。
No是无法处理的,如果apple默认提供的任何alert我们都无法处理
当用户第一次点击相机图标时,会显示警告 'App would like to access your camera'。我想要这个警报在顶部。有什么提示吗?
您必须制作自定义 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
还有很多。
No是无法处理的,如果apple默认提供的任何alert我们都无法处理