Trying to make a UITableViewController work like the Reddit app comment section.
Basically, anywhere on the table view, swiping vertically scrolls the table, and swiping right triggers the navigation controller's interactively pop, exactly like the system default's "swipe to go back" gesture from screen edge.
How is that done? Thank you in advance!
Edit: I have it working in a non-scrollable view. How about a UITableView?