dekatotoro / dekatotoro/SlideMenuControllerSwift
How to push controller from side menu
Open
- 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.