Any idea why this is happening? I’m setting breakpoints on the method and they never get called.
This does not happen on my iPhone 4S however. Has anyone encountered this issue before?
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.
This is an iOS 5 issue. Before iOS 5 viewDidAppear did not automatically get called on nested viewControllers. After iOS 5 it is. You may need to put a check in your code for the OS version and manually call viewDidAppear.