dekatotoro / dekatotoro/SlideMenuControllerSwift

Setting SlideMenuOptions.contentViewScale to 1 breaks navigation

Open
#263 2 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 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.