I have referred to both of these and others on this issue and wasn't able to resolve my problem following their steps. I don't have enough "points" to comment on them so I'm asking my question here.
using unwindToSegue on a UIButton
works, but not on a UITableViewCell
I have my unwindToSegue()
function in my MainView controller, and I have a SubViewController that has a view and a table inside of it's view.
I've tried control dragging from Cell to exit and using both the Selection Segue and Accessory Segue.
perform segue with UITableview inside a tableviewcell
Unwind Segue with UITableViewCell in Xamarin.iOS
Link to this test project https://github.com/zgmorris13/swiftMenuSystem