Currently I'm moving all my storyboard Viewcontrollers to be made all by code, By that I mean I'm manually creating every object and positioning it using auto-layout manually, the issue that I came up is that I need to be able to still use de sidebar using the library SWRevealViewController.
I want to setup on my AppDelegate.swift the connection between the rear, the sidebar menu tableview and my main viewcontroller. any Idea how to do this by code? I did it well using Storyboard following a tutorial www.appcoda.com/sidebar-menu-swift/ but by code does not seem to me quite clear.