TPKeyboardAvoiding
TPKeyboardAvoiding copied to clipboard
Will TPKeyboardAvoding work on UISplitViewController on iPad?
Imagine there is a SplitViewController on iPad, the master view controller on the left and the detail view controller on the right, the first responder is focus on the left view controller and keyboard pop up, when I touch on the detail view controller ,I also need dismiss the keyboard . Is there any way to use TPKeyboardAvoiding to handle this situation?
I'm afraid not; you'll need to set up your own gesture recogniser or something.
Sent from my iPhone
On 30 May 2016, at 8:35 PM, Roger [email protected] wrote:
Imagine there is a SplitViewController on iPad, the master view controller on the left and the detail view controller on the right, the first responder is focus on the left view controller and keyboard pop up, when I touch on the detail view controller ,I also need dismiss the keyboard . Is there any way to use TPKeyboardAvoiding to handle this situation?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.