dekatotoro / dekatotoro/SlideMenuControllerSwift

SlideMenu blocks prefersHomeIndicatorAutoHidden

Open
#436 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
3.4k
Forks
742
PR merge metrics
No merged PRs in 30d

Description

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
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.