SettingsViewController *viewController = [[SettingsViewController alloc] init]; [[self navigationController] pushViewController:viewController animated:YES];
try this
SettingsViewController *viewController = [[SettingsViewController alloc]initWithNibName:@"SettingsViewController" bundle:[NSBundle mainBundle]]; [self.navigationController pushViewController:viewController animated:YES];