Quote:
Originally Posted by Artem
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.
|
Hey, ok, but I dont have a navigation controller. Checkout this image so you can see my IB/nib structure:
http://mr-sk.com/iphone/controller.png
What's highlighted in the screen shot is the item I'm trying to change. The code you provided doesn't work on what I have.
Thanks for the help this far - I think we're close.
- sk