CRGradientNavigationBar
CRGradientNavigationBar copied to clipboard
Custom UINavigationBar subclass which allows gradient coloured navigation bar on iOS 7.
Only the bottom color is present when the screen rotate, I guess we should have the gradient on landscape as well?
Would be great to be able to have the gradient from left to right for instance. The `CRGradientNavigationBar` class could have a property named `gradientDirection` which would be an `enum...
I have CRGradientNavigationBar set to translucnet=NO, and it works great. But when I call a modal view which also has translucent=NO the color gets darker. How can I have modal...