My i have to develop simple window based iphone application.
In my first screen I design the UITabBarController with four TabBarButton.On first Tab screen contains three buttons.
When i click on of the button, the screen should navigate on simple tableView screen.But tableView screen the TabBarController should have be visible. Means simply first replacing with table view and move back to again previous one(The UITabBarController should be visible on all srceen).
My i have to develop simple window based iphone application. In my first screen
Share
Wrap your root view controllers in
UINavigationControllers. Then, add theUINavigationControllers to theUITabBarController(so there should be 4UINavigationControllers, one for each tab). When the button is clicked in the original view controller, do something like: