ios - Drag UIKeyboard to hide -


this question has answer here:

i wonder how prepare similar functionality skype app, allow user down drag uitableview hide in live mode uikeyboard. have suggestions resolve issue, or maybe have used before of cocopods?

as of ios 7, functionality has been built uiscrollview class

choose whichever of these fits needs best.

scrollview.keyboarddismissmode = uiscrollviewkeyboarddismissmodeinteractive; scrollview.keyboarddismissmode = uiscrollviewkeyboarddismissmodeondrag; 

if want achieve in older ios version, can't interactive, can use uiscrollviewdelegate method scrollviewwillbegindragging: dismiss keyboard when user starts scrolling.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -