Simply use “UIKeyboardFrameBeginUserInfoKey” instead:
NSValue *aValue = [info objectForKey:UIKeyboardFrameBeginUserInfoKey];
Simply use “UIKeyboardFrameBeginUserInfoKey” instead:
NSValue *aValue = [info objectForKey:UIKeyboardFrameBeginUserInfoKey];
Leave a Comment