I hooked up touchUpInside as usual in IB, using new Xcode, build set to iOS 5.0, but my iPhone 4(latest iOS5 right before iOS6 came out) seems not to respond to that. Anybody having same issue?
EDIT:
Works on iOS6 simulator, not on real device…
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.
Check for gesture recognizers in your code – Apple changed evaluation order of
IBActionandGesture Recognizer. In iOS6,IBActionis always performed first.