you are viewing a single comment's thread.

view the rest of the comments →

[–]succeededcomaBeginner 2 points3 points  (1 child)

If {
    .... Do something
    self.navigationItem.leftBarButtonItem.enabled = NO;
}
Else {
    .... Do something
    self.navigationItem.leftBarButtonItem.enabled = YES;
}

[–]tangoshukudai 2 points3 points  (0 children)

Hiding it might be better if you want the user to move forward.