KieranLafferty / KLNoteViewController

A view controller that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app
Other
923 stars 147 forks source link

Hide Navigation Bar on Show #27

Closed austimkelly closed 10 years ago

austimkelly commented 11 years ago

Nice piece of work. I found this useful for my app:

+#define kHideNavigationBarOnShow YES

-(void) toggleStateAnimated:(BOOL) animated { KLControllerCardState nextState = self.state == KLControllerCardStateDefault ? KLControllerCardStateFullScreen : KLControllerCardStateDefault;

KieranLafferty commented 10 years ago

Great stuff, thanks