Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slide Layer Showing Before Menu Disappears #161

Open
at90vader opened this issue Sep 18, 2015 · 6 comments
Open

Slide Layer Showing Before Menu Disappears #161

at90vader opened this issue Sep 18, 2015 · 6 comments

Comments

@at90vader
Copy link

hi! I need help with this, when I perform a segue to view controllers which don't do a request to my server, the Menu works great, but a segue to a more complex view controller, the Menu disappears before the requested view covers all the screen.

Thank you!

eyyxsn

@at90vader
Copy link
Author

Please answer me 😭 this issue only happens in 1.5.4 version, but in older versions the statusBar doesn't show correctly in landscape.

@at90vader
Copy link
Author

I just realized that this code from AMSlideMenuMAinViewController.h:
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(self.closeAnimationDuration * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
self.leftMenu.view.hidden = YES;
});
isn't working as expected, I just commented it and all is working fine.

@arturdev
Copy link
Collaborator

Hmm. very strange.
Ok, thank you for suggestion.

@trungnguyen1791
Copy link

Same problems and found the same place as @at90vader .
Without comment "self.leftMenu.view.hidden = YES;", it only working fine on simulators.
Why do we need to hide left menu at that time @arturdev ?

@arturdev
Copy link
Collaborator

@trungnguyen1791 because of this: #43

@kevenbauke
Copy link

@at90vader thanks for finding this solution.
@arturdev is there any other workaround than modifying the source files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants