Quote:
|
Artem, I tried what you mentioned, but could not get it to work. I think its an issue with me being confused on exactly the syntax/names of the controllers VS what you've provided...any assistance is greatly appreciated.
|
Yeah, sorry for confusion. You need to do something like this:
Code:
[self.navigationItem setRightBarButtonItem:nil];
[self.navigationItem setRightBarButtonItem:currentRightBarButton];
EITHER::[self.view setNeedsDisplay];
OR:::::::[self.tabBarController.view setNeedsDisplay]
..'self' here is navigation controller instance.