iOS開発初心者です。次のステートメントを使用して次の画面に進みます。
locationViewController = [[LocationViewController alloc] initWithNibName:@"LocationViewController" bundle:nil];
[navigationController pushViewController:locationViewController animated:YES];
現在の画面のトップバーにあるカスタム戻るボタンをタップして、前の画面に戻りたいと思います。