iPhone Navigation Back Button
问题 I am having issues with the back button not showing up on the SettingsViewController. The navigation bar does show up when the view is pushed, but no back button. I am creating this inside a view controller, which is not a navigation controller. Any ideas or suggestions on what is actually going on here. - (void)viewDidLoad { self.title = @"Settings"; } - (IBAction)showSettingsModal:(id)sender { SettingsViewController *settingsViewController = [[SettingsViewController alloc] initWithNibName:@