DAKeyboardControl icon indicating copy to clipboard operation
DAKeyboardControl copied to clipboard

keyboardActiveView is hidden

Open SabatinoMasala opened this issue 9 years ago • 0 comments

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?

SabatinoMasala avatar Jun 05 '15 09:06 SabatinoMasala