Top "Uikeyboard" questions

uikeyboard is an iOS object used to represent a keyboard.

Animate UIView along keyboard appear animation

I am using UIKeyboardWillShowNotification and UIKeyboardWillHideNotification to animate a view along the keyboard appear animation using UIKeyboardAnimationDurationUserInfoKey, UIKeyboardAnimationCurveUserInfoKey and UIKeyboardFrameEndUserInfoKey. …

ios animation uikeyboard
UIKeyboard does not hide when I touch outside the keyboard

I'm not figuering out a way to hide the keyboard when I touch outside the keyboard, is there any event …

objective-c ios xcode uikeyboard
Getting the UIKeyboard background color programmatically

Is there any way to get the UIKeyboard background color? I am putting an accessory view on top of my …

ios iphone objective-c cocoa-touch uikeyboard