I have a UINavigationController that has a UIToolbar on the bottom. Several of my views have the same exact items on the bottom toolbar, but when it transitions from one view to another it animates, fading the button out and then back in. How can I stop this animation?
I have a UINavigationController that has a UIToolbar on the bottom. Several of my
Share
Use the exact same toolbarItems when you push the next viewController as follows: