I have a custom alert view class with layoutsubviews and draw rect method.Is Apple rejecting because of it?
Thanks
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.
People add subviews to UIAlertView all the time, usually textFields and activityIndicators. I don’t see why custom drawing would be out the question. Don’t incorporate any private methods, Apple review has an automated test that will detect that.
If you get rejected you will get an explicit reason, so you’ll know what to fix.
If you’re that paranoid, just create a UIView subclass that resembles an AlertView. You’ll need some photoshop chops though 🙂