A while ago I remember seeing a constant of some kind that defined the animation rate of the Keyboard on the iPhone and I can not for the life of me remember where I saw it....any insight?
Go to Settings > Accessibility > Keyboards, tap Full Keyboard Access, then turn on Full Keyboard Access.
Go to Settings > General > Keyboard > Keyboards. Tap a language at the top of the screen, then select an alternative layout from the list.
- (NSTimeInterval)keyboardAnimationDurationForNotification:(NSNotification*)notification { NSDictionary* info = [notification userInfo]; NSValue* value = [info objectForKey:UIKeyboardAnimationDurationUserInfoKey]; NSTimeInterval duration = 0; [value getValue:&duration]; return duration; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With