I have this story board and I'm trying to make custom segue to slide the View Controller to the left side and from right to present the Table view Controller. I need unwind segue to go back to the Main view controller (the one I segue from). I know that such question might be asked before but i think here the case is more specific as it's involves Table view controller. Anyone please help. Btw I'm writing in Swift.
My goal is to have segue in both directions with custom transition. Because if you chose show segue it is presenting the table viewer controller from bottom to top and not from left to right.
I asked this question where I'm using classes to handle the custom transitions but i'm getting errors unfortunately. Create Unwind segue error (lldb)
Thank You.