dekatotoro / dekatotoro/SlideMenuControllerSwift
Setting SlideMenuOptions.contentViewScale to 1 breaks navigation
Open
- Dominant language
- Swift
- Stars
- 3.4k
- Forks
- 742
- PR merge metrics
- No merged PRs in 30d
Description
If I set the following options in any part of my code (AppDelegate, init, viewDidLoad, etc):
`SlideMenuOptions.contentViewScale = 1`
It makes this code no longer transition to the new controller:
`slideMenuController.mainViewController = rootController`
If I set it in the same places to:
`SlideMenuOptions.contentViewScale = 0.999999`
Everything works.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.