Tag Archives: UIKeyboardFrameBeginUserInfoKey

Xcode Warning: “UIKeyboardBoundsUserInfoKey” is deprecated

Simply use “UIKeyboardFrameBeginUserInfoKey” instead:

NSValue *aValue = [info objectForKey:UIKeyboardFrameBeginUserInfoKey];