Roberto Ortiz

Results 5 comments of Roberto Ortiz

You could create an action to show the menu and hide the status bar ``` objective-c - (IBAction)showMenu { [[UIApplication sharedApplication] setStatusBarHidden:YES withAnimation:UIStatusBarAnimationNone]; [[self navigationController] setNavigationBarHidden:YES animated:YES];//if you have a...

Hi @DimaVartanian @coryalder @rollinsw , could you give a little example code on how to accomplish this? I really can not get this to work without showing the resize controller....

I am facing the same issue, even if I go to the Contacts App and don't change anything when I get back `startObserveChanges` gets fired.

With bounce effect would be a big plus, but to fire without the bounce animation it's fine. Thanks for this project btw.

Any news on this?. Love this lib BTW.