CRGradientNavigationBar icon indicating copy to clipboard operation
CRGradientNavigationBar copied to clipboard

Custom UINavigationBar subclass which allows gradient coloured navigation bar on iOS 7.

Results 13 CRGradientNavigationBar issues
Sort by recently updated
recently updated
newest added

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...