我正在使用此代码
-(void)gotoInformationViewController:(id)sender
{
MoreViewController *moreViewController = [[MoreViewController alloc] init];
[self.navigationController pushViewController:moreViewController animated:YES];
[moreViewController release];
}
推MoreViewController
(即UITableViewController
),但推时没有UINavigationBar
,只是UITableView
在整个屏幕上。