1
的我怎麼能動態顯示UINavigationBar的promp在RootViewController的UISplitviewcontroller的如何添加UINavigationBar的提示在RootViewController的UISplitviewcontroller
像: 在我的應用程序委託
// having UINavigationController inside
UISplitViewController *recentEntrySplitViewConntroller;
NSArray *array = [NSArray arrayWithObjects:recentEntrySplitViewConntroller,controller2, nil];
tabBarController = [[UITabBarController alloc] init];
[self.window addSubview:[tabBarController view]];
所以在RootViewController的的viewDidLoad中內recentEntrySplitViewConntroller的UINavigationController的,我如何顯示UINavigationBar promp