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

keyboardActiveView is hidden #92

Open SabatinoMasala opened 9 years ago

SabatinoMasala commented 9 years ago

In inputKeyboardWillShow the visibility of keyboardActiveView gets set with self.keyboardActiveView.hidden = NO; but the property keyboardActiveView only gets set in inputKeyboardDidShow, which causes an issue where the keyboard is hidden in some cases when animating up. Is there a reason we grab the keyboardview in inputKeyboardDidShow instead of inputKeyboardWillShow?