So, I've been poring over the internet and I can't get this issue resolved, because all the answers I've seen relate to a popover that has less view layers than mine, if that makes sense.
Anyway, I have a main view, which opens a popover, which contains a UINavigationController, which contains a UITableViewController. This is all set up in the Storyboard, with segues connected from the button tap to the popover navigation view controller.
I want to dismiss the popover when I select something on the UITableViewController, but all the solutions I've seen only work when I don't have a UINavigationController.
Any ideas? I'm all ears.