How to navigate any controller from tab based application? I have created one navigation viewController and I placed tabBarController into navigationController.
So my rootViewController is navigationController.
when I navigate from my home view screen to next viewController in tab based application, at that time it navigates successfully but tabBar gets hidden
Put navigation controllers as the Viewcontrollers of the TabBar. Push the necessary viewcontrollers (e.g Home, Others) into the navigation controllers. Now You can get the navigation inside the tab bar