I have tab in an iOS app that shows a table view, but also a keyboard to let you add more content. I'd like a way to setup a gesture recognizer such that if you click anywhere on white space, it'll dismiss the keyboard, however, if you click on an image or anything that has content, it'll still allow those actions.
When I setup the gesture tap recognizer, it seems to take over all the events and although it dismisses the keyboard, when I click on an image none of those actions resolve. Any ideas? I'm using Swift.