At some point in my application, I programmatically change the leftBarButtonItem viewController (I change the entire button, not just the text).
The result is that the button does change, but right away, but I want to do it with some animation (just as if I clicked viewController, the animation would be left in the navigation bar)
Is it possible?
source
share