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

SlideMenu blocks prefersHomeIndicatorAutoHidden #436

Open
bjimenezned opened this issue Sep 5, 2019 · 0 comments
Open

SlideMenu blocks prefersHomeIndicatorAutoHidden #436

bjimenezned opened this issue Sep 5, 2019 · 0 comments

Comments

@bjimenezned
Copy link

If one of you views uses prefersHomeIndicatorAutoHidden it will not get called because SlideMenu actually blocks the call. To avoid this from happening add this code in SlideMenuController.swift

open override var childForHomeIndicatorAutoHidden: UIViewController? {
        return mainViewController
    }
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

1 participant