I am using [self.view addSubView:tabBarController.view];
But because of this viewDidAppear and viewWillAppear is not getting called so if I want to reset my view or update the contents of it, its not happening. Can u help me?
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.
HI After some googling I have found the solution for the question. If you are using tabbar controller….then u can use :-
method for invoking any function from other viewControllers.
Just you have to give
that’s it. Hope this post might help someone.