I'm creating a navigation-based app, and I'm wondering how to disable or hide the back buttom in my last view.
Already answer you in the comment of your previous Question
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view from its nib.
self.navigationItem.hidesBackButton = YES;
//Your other code
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With