Pushing a new view controller onto the stack. (UINavigationController->General)Moving to another view controller from the current one.GRChooseRideKindViewController *chooseKind = [[GRChooseRideKindViewController alloc] init]; [self.navigationController pushViewController: chooseKind animated: YES]; [chooseKind release];