I ran across this problem where the UIAlertView does not trigger any handlers in the delegate. It works fine on all iOS 5.0 and later/ iOS 6 beta (iPhone4/4s, iPod, ipad1/2) device, but the problem is only with the iOS 6 beta 3 on iPad 3.
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.
So I found the answer. This is a little weird, but looks like if you set title of the UIAlertView to nil, it seems to work. I know it sounds weird, but thats how I got it working on iPad3 iOS6 beta 3. when you set a title, it doesn’t seem to work. Any better explanations for this? Or is it just a bug?