How to use a view controller as a side menu in Swift3
问题 I am trying to implement the side menu in my application programatically. So I have designed a view controller with half of its view as table view. The design as well as coding is done, now i wish to use this view controller as a Side Menu controller. My SideMenu Storyboard is: Now my code looks like this: import UIKit class SideBarViewController: UIViewController { @IBOutlet weak var menu: UIView! @IBOutlet weak var menuTableView: UITableView! var fieldImages = [UIImage]() var