Reputation: 357
First time when user taps on Camera icon, alert is displayed 'App would like to access your camera'. I want this Alert at top. Any Hint?
Upvotes: 0
Views: 732
Reputation: 82759
No is not possible to handle , if any alert by default provided by apple we can't handle
Upvotes: 1
Reputation: 1399
You have to make custom AlertView,
Use this reference this may help you.
http://iosdevtricks.blogspot.in/2013/04/creating-custom-alert-view-for-iphone.html
or
http://code.tutsplus.com/tutorials/ios-sdk-uialertview-custom-graphics--mobile-8886
and many more.
Upvotes: 0