I'm using storyboard in my app and I'm trying to move bac to a previous view controller using
[self.navigationController popViewControllerAnimated:YES];
It works fine but it gives me the right viewcontroller but it removes the navigation bar from it and I cn't figure out why I used it in other places in my project and it worked with no problems and it's making me go crazy :D
Some body plz help Thanks.