I have checked to make sure the button is on top and that the proper outlets are connected.
There is a break point set in the IBAction method that is to be called and it is not getting called when I press the UIButton. Any ideas?
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.
My mistake, I did a po on the subviews and it was behind a view.
This would explain why it was not getting touch events.