Antonio Montes

Results 2 comments of Antonio Montes

Seems to work in the **editor** view. Call `[self hideTextEffectsWindow];` in `- (void)keyboardWillShowOrHide:(NSNotification *)notification {` just below `if (keyboardRect.origin.y < screeenHeight) {`.

I just started using cocoapods myself and had the same problem. Here's what I ended up doing. In any vc with a menu button: - (void) presentLeftMenuVC { AppDelegate\* appDelegate...