Im creating an application using TabBarController and NavigationController. Tab bar controller has 3 tabs. On each tab when a button is clicked should push to a new class. How can this be done?? Im not able to do this because TabBarController is parent class.
Im creating an application using TabBarController and NavigationController. Tab bar controller has 3 tabs.
Share
Finally I tried to push my class with the delegate objects and it’s worked.Here is the code.