So I was creating a app using TabBarController as my main means of navigation till now but to add more options and navigation options, I wish to add a Sliding Menu/Drawer with a button on Nav bar or by swipe gesture.
I found quite a few libraries to do this but decided to go with ECS since it supports storyboard https://github.com/ECSlidingViewController/ECSlidingViewController
My current storyboard looks like this
My Tabbar was my initial viewcontroller till now and Home VC is the first screen that shows up
Any help will be appreciated, please see if you can post me code examples on how to do it aswell, kinda still new to ObjC