Skip to content

Instantly share code, notes, and snippets.

View croberts22's full-sized avatar
:atom:
Hi!

Corey Roberts croberts22

:atom:
Hi!
View GitHub Profile
@croberts22
croberts22 / CRNavigationController.m
Last active December 23, 2015 17:09
A more vivid UINavigationBar within a UINavigationController subclass.
////////////////////////////
// CRNavigationBar.m
////////////////////////////
#import "CRNavigationBar.h"
@interface CRNavigationBar ()
@property (nonatomic, strong) CALayer *colorLayer;
@end