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

grabbing the keyboardView now happens in inputKeyboardWillShow #93

Open SabatinoMasala opened 9 years ago

SabatinoMasala commented 9 years ago

Follow-up of issue #92, grabbing the keyboardView now happens in inputKeyboardWillShow instead of inputKeyboardDidShow. Removed the observer for UIKeyboardDidShowNotification as it no longer served any purpose.