I want to create a popup dialog which has a label, checkbox (not Switch) and 3 buttons. I would also want to customize the font, text and color of the text and buttons. Is subclassing UIView a better option than subclassing UIAlertView?
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.
UIAlertView is pretty limited. Use a normal UIView, and present that modally. Or use a UIAlertView replacement such as TSAlertView