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)
UIkeyboardboundsuserinfokey 在IOS 6中没有工作的人..
使用UIKeyboardFrameBeginUserInfoKey或UIKeyboardFrameEndUserInfoKey键代替uikeyboardboundsuserinfokey
| 归档时间: |
|
| 查看次数: |
3454 次 |
| 最近记录: |