I'd like to change programmaticaly the tintColor
of a UINavigationBar and keep the gradient as in Interface Builder.
When I change the tintColor
in my code, the gradient disappears but when I change the tintColor
in Interface Builder, the gradient is kept.
Any ideas?