TPKeyboardAvoiding icon indicating copy to clipboard operation
TPKeyboardAvoiding copied to clipboard

Wont dismiss keyboard when tapping on UIButton.

Open jtoronto opened this issue 10 years ago • 0 comments

I'm having an issue where the keyboard will dismiss as designed when tapping on an empty space in the view, but not when a UIButton is tapped. Normally I'd solve this by setting a gesture recognizer's cancelsTouchesInView property to NO, but I'm not entirely clear on how the gesture recognizers with in this class. Any ideas?

jtoronto avatar Jul 24 '14 03:07 jtoronto