Push next View Controller if you use.
create new View Controller. then, use pushViewController:view
FooViewController *foovc = [[FooViewController alloc] init];
[self.navigationController pushViewController:foovc animated:YES];
Push next View Controller if you use.
create new View Controller. then, use pushViewController:view
FooViewController *foovc = [[FooViewController alloc] init];
[self.navigationController pushViewController:foovc animated:YES];