I have a viewBased project and have two view "A" and "B" and put a button on view A and want to show view B when user push button.how can i show view B with navigation controler(means show with push) I use below code but don't know what should i do before this code(means how to setup UINavigation controler,...)
[self.navigationController pushViewController:second animated:YES];