I have UIAlertView which holds an UIImage and two default buttons OK and Cancel.
Now i want to customize UIAlertView's background color to white color, and need to add my Image and two default buttons.
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.
Dont do that, a lot of customization to
UIAlertViewmay lead to the rejection of your application, also since you customized it so much, why dont you just create your ownUIViewSubclass, you will be able to customize it as much as you want