Please Help: Tab Bar + Navigation Buttons
Please help me with this.
I'm trying to create an app with a tab bar and view swithing buttons.
I was able to do both seperately, one app with a tab bar to switch between views and one app with buttons to switch views.
But when I try to connect the two it doesn't work.
I got an app where the main window has a tab bar switching between viewController1, viewController2, viewController3, viewController4 and viewController 5.
Now I want to add 4 buttons to viewController1 that direct me to ViewController1v1, ViewController1v2, ViewController1v3 and ViewController1v4. And a button on each of theese viewControllers that take me back.
I don't want a navigation controller, just simple Round Rect Buttons.
How do I do that?
Do I have to delete the viewController1 .h & .m files and the View in the .xib file and then act like viewController1.xib is the MainWindow.xib of the "Navigation Buttons App"?
And what do I need to do different if I try some tutorials and don't want to create single apps for all of them but include them all as a view in my tabBar app?
Thanks,
Paul
|