// 如果是导航栏的App,直接在按钮响应事件中,这样就可以看到你要的效果。 UIViewController *vc = [[[UIViewController alloc] init] autorelease]; vc.title = @"新页面"; [self.navigationController pushViewController:vc animated:YES];