TPKeyboardAvoiding icon indicating copy to clipboard operation
TPKeyboardAvoiding copied to clipboard

Will TPKeyboardAvoding work on UISplitViewController on iPad?

Open RogerRen211 opened this issue 9 years ago • 1 comments
trafficstars

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?

RogerRen211 avatar May 30 '16 10:05 RogerRen211

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.

michaeltyson avatar May 30 '16 12:05 michaeltyson