danielamitay / DAKeyboardControl

DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
Other
1.58k stars 214 forks source link

Need a property that allows me to know when the user stops dragging the keyboard #72

Open CataD256 opened 10 years ago

CataD256 commented 10 years ago

I require either a boolean that returns YES only when the keyboard is fully opened or an action block that is called whenever the user releases the keyboard.

I would be grateful if you could add that or something better that you think of with the same purpose - track pan gesture on the keyboard. :)