You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your navigation bar works great, but the colors that I include in the array show up much darker than they should. When I set both gradient colors to white (ffffff) then the nav bar is a solid gray.
Thanks for your help! I'm using storyboards.
The text was updated successfully, but these errors were encountered:
Hi — I've hit this in a very peculiar way. I'm using a subclass of UINavigationController — call it FOONavigationController — that hides the navigation bar in certain circumstances, and also happens to use CRGradientNavigationBar. What I'm finding is:
If I set the gradient in FOONavigationController:init, the colors come out dark.
(workaround:) If I set it each time we push or pop a view controller, it works as expected.
Hey croman,
Your navigation bar works great, but the colors that I include in the array show up much darker than they should. When I set both gradient colors to white (ffffff) then the nav bar is a solid gray.
Thanks for your help! I'm using storyboards.
The text was updated successfully, but these errors were encountered: