As in the one defined with \"Main nib file base name\" in the app\'s Info.plist. Should I just use applicationDidFin开发者_如何学JAVAishLaunching?Yes, applicationDidFinishLaunching: gets called after
-(void) setupMyLocation { NSArray *viewControllerArray = [navigationUpdateFromDetail.navigationController viewControllers];
In the application delegate, I created an array for multiple view controllers to reference. However, when I try to update the array in one view, it comes up empty in the other.
Greetings! I have a working iPhone app (huzzah!) that uses a MainView.xib containing a fully-stocked UITabBar with several UINavigationController objects and views at-the-ready.