Moving to another view controller from the current one. GRChooseRideKindViewController *chooseKind = [[GRChooseRideKindViewController alloc] init]; [self.navigationController pushViewController: chooseKind animated: YES]; [chooseKind release];
GRChooseRideKindViewController *chooseKind = [[GRChooseRideKindViewController alloc] init]; [self.navigationController pushViewController: chooseKind animated: YES]; [chooseKind release];