如何在UISplitviewcontroller的RootViewController中添加UINavigationBar提示符

时间:2011-04-19 10:30:30

标签: iphone

如何在UISplitviewcontroller的RootViewController中动态显示UINavigationBar提示

喜欢: 在我的app delegate

// having UINavigationController inside
UISplitViewController *recentEntrySplitViewConntroller;

NSArray *array = [NSArray arrayWithObjects:recentEntrySplitViewConntroller,controller2, nil];
tabBarController = [[UITabBarController alloc] init];

[self.window addSubview:[tabBarController view]];

所以在RecentEntrySplitViewConntroller的UINavigationController里面的RootViewController的viewDidLoad中,如何显示UINavigationBar提示

1 个答案:

答案 0 :(得分:4)

self.navigationItem.prompt = @"My Prompt";