i'm using swift4
, this is my design structure
first view controller is
SWRevealViewController
has sw_front
segue to UITabBarViewController
, and sw_rear
to UITableViewController
i have back button and menu button in every view controller, I want to use the default action of back button in each view controller baut i didn't know how, is there any way that solve this problem