TPKeyboardAvoiding
TPKeyboardAvoiding copied to clipboard
Wont dismiss keyboard when tapping on UIButton.
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?