hi i have a class with navigation controller, in my main class i hide navigation bar with this code.
[self.navigationcontroller setnavigationbarHidden:YES];
i want to know, when i push to next.xib file, how can i go back to main by button.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UINavigationController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006934
Create a button and add an action to it
Then create the
backmethod