is it possible to change
1)rectable box to circular
2)add a png to alert box
3)any custom UI
is it possible to change 1)rectable box to circular 2)add a png to alert
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A UIAlertView is a UIView just like anything else. You can add whatever you want to it.
I would try setting up a UIAlertView with some blank lines for the message (to give you space to place your own elements) and adding elements the way you would anywhere else: