I am working on some custom swipe gestures added to a widget tableview. For example swipe up to bring up the keyboard. In order to do this I need to cancel touch on the tableview, when the swipe gesture action takes over.
I peeked in the tableview source code but can’t really figure out what to do.
Any suggestions or help appreciated. Thanks