CRGradientNavigationBar
CRGradientNavigationBar copied to clipboard
Storyboards?
I'm using storyboards so I don't use the App Delegate class to initialize my views. How would I implement the CRGradientNavBar then? Is it not possible?
[[UINavigationBar appearance] setTintColor:[~gradient~]]
Go to your storyboard. Select your Navigation Controller Scene. Beneath your Navigation Controller, there is the Navigation Bar item. Select it. In the Utilities Panel (on the right), select the Identity Inspector (3rd tab). Set your subclass of UINavigationBar as the CRGradientNavigationBar.