I have got one problem with the UITableViewController… The viewWillAppear method is not getting invoked when i try to push the The table view controller in to a navigationcontroller…
can anyone provide a solution for this ….
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.
It should have been called.
Once I had a similar problem and couldn’t understand why isn’t it called.
The solution was to write it correctly:
In my case I forgot to add the BOOL argument…