ENSwiftSideMenu icon indicating copy to clipboard operation
ENSwiftSideMenu copied to clipboard

How to not use UINavigationController but Still have it

Open hamid2005 opened this issue 9 years ago • 1 comments

I have made my own NavigationController which is a UIView and I have not used UINavigationController .But how should I use ENSwiftSideMenu without UINavigationController ??

hamid2005 avatar Nov 24 '15 08:11 hamid2005

I'm modifying this project as well, to use with a TabBarController. I would say that you need to spend a half day - use the demo project and add lots of print statements so you can get a good sense of how it works. Ultimately you will need to add the menu view to another view, offscreen, then animate it on screen. So in my opinion you can do what you want - the project is fairly small a and light weight, but you first need to gain a good understanding of how it works before you can make substantial changes.

dhoerl avatar Nov 24 '15 18:11 dhoerl