dekatotoro / dekatotoro/SlideMenuControllerSwift

How to push controller from side menu

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

Description

Hi
I want to push controller from side menu but its not working
here is my code

let profileController = storyboard.instantiateViewController(withIdentifier: "ProfileViewController") as! ProfileViewController
self.slideMenuController()?.toggleLeft()
self.navigationController?.pushViewController(profileController, animated: true)

can help me how i can push contoller

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.