Answer
Simply add the following code to viewDidLoad method as show below:
-
- (void)viewDidLoad {
-
[super viewDidLoad];
-
-
// hide it
-
self.navigationItem.hidesBackButton = YES;
-
}
Simply add the following code to viewDidLoad method as show below: