Hey,
I am doing a navigation type app, and on the MainWindow.xib is the tab bar that i added a 'back' button to.. Now i need to code that window to make the back button work..
In the classes section i only have
-RootViewController and AppDelegate.
So my question is, where can i put the code so that it can be linked to the mainwindow.xib. Because if i put the 'back button' code in the rootviewcontroller.h/m the link shows up on RootViewController.Xib, if i put it in AppDelegate.h/m, it doesn't show up anywhere...
So where do i put it to show up in IB for MainWindow.Xib?
Thanks... (i realize this might be a dumb question...)
I am doing a navigation type app, and on the MainWindow.xib is the tab bar that i added a 'back' button to.. Now i need to code that window to make the back button work..
In the classes section i only have
-RootViewController and AppDelegate.
So my question is, where can i put the code so that it can be linked to the mainwindow.xib. Because if i put the 'back button' code in the rootviewcontroller.h/m the link shows up on RootViewController.Xib, if i put it in AppDelegate.h/m, it doesn't show up anywhere...
So where do i put it to show up in IB for MainWindow.Xib?
Thanks... (i realize this might be a dumb question...)