CosmicMind / CosmicMind/Samples

NavigationDrawer needs update?

Open
#137 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
401
Forks
253
PR merge metrics
No merged PRs in 30d

Description

```
func applicationDidFinishLaunching(_ application: UIApplication) {
window = UIWindow(frame: Screen.bounds)
window!.rootViewController = AppNavigationDrawerController(rootViewController: rootViewController,
leftViewController: leftViewController,
rightViewController: rightViewController)
window!.makeKeyAndVisible()
}
```

Doesn't seem to work for me but if i throw it into application constructor it does work for me.

Don't know if maybe I'm wrong. Please check.
Thanks and Cheers great project.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.