CRGradientNavigationBar
CRGradientNavigationBar copied to clipboard
Gradient colors showing as much darker than specified colors
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.
Thanks, I'm going to review this issue today, seems that iOS 7.1.x makes the translucent property look different.
Same issue here. :eyes:
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.
Very mysterious! Hope this helps.