不推荐使用UIKeyboardBoundsUserInfoKey

sup*_*ser 1 iphone objective-c

如何删除这些警告:

UIKeyboardCenterBeginUserInfoKey is deprecated

UIKeyboardCenterEndUserInfoKey is deprecated

UIKeyboardBoundsUserInfoKey is deprecated
Run Code Online (Sandbox Code Playgroud)

我在这些陈述中得到了警告:

CGPoint beginCentre = [[[notification userInfo] valueForKey:UIKeyboardCenterBeginUserInfoKey] CGPointValue];

CGPoint endCentre = [[[notification userInfo] valueForKey:UIKeyboardCenterEndUserInfoKey] CGPointValue];

CGRect keyboardBounds = [[[notification userInfo] valueForKey:UIKeyboardBoundsUserInfoKey] CGRectValue];
Run Code Online (Sandbox Code Playgroud)

Ana*_*hra 5

UIkeyboardboundsuserinfokey 在IOS 6中没有工作的人..

使用UIKeyboardFrameBeginUserInfoKeyUIKeyboardFrameEndUserInfoKey键代替uikeyboardboundsuserinfokey