christianroman / CRGradientNavigationBar

Custom UINavigationBar subclass which allows gradient coloured navigation bar on iOS 7.
MIT License
914 stars 116 forks source link

Allow other directions #5

Open damienrambout opened 10 years ago

damienrambout commented 10 years ago

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

Cheers.