Mohit Mangla
Mohit Mangla

Reputation: 357

Want to move UIAlert at the top of view

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

Answers (2)

Anbu.Karthik
Anbu.Karthik

Reputation: 82759

No is not possible to handle , if any alert by default provided by apple we can't handle

Upvotes: 1

Avinash651
Avinash651

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

Related Questions