I have an iPhone app which has a tabBarController as the root view controller in mainwindow.xib.
One of the tabs has a class of UINavigationController and its View is loaded from an external Nib file currently called secondView.xib
How can I get a UIBarButtonItem which is on the NavigationController in the mainwindow.xib file to trigger methods in its child view, secondView.h/m view controller?