CRGradientNavigationBar icon indicating copy to clipboard operation
CRGradientNavigationBar copied to clipboard

Storyboards?

Open Steven4294 opened this issue 10 years ago • 1 comments

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~]]

Steven4294 avatar Aug 03 '14 17:08 Steven4294

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.

tschleuss avatar Aug 07 '14 01:08 tschleuss