2021
05-02
05-02
iOS横屏弹键盘的高度错误异常解决
问题:横屏下第一次弹出键盘高度异常-(void)handleKeyboardWillShowNotification:(NSNotification*)notification{NSTimeIntervalanimationDuration=0;CGRectkeyboardFrame=CGRectZero;NSDictionary*userInfo=[notificationuserInfo];[[userInfoobjectForKey:UIKeyboardAnimationDurationUserInfoKey]getValue:&animationDuration];[[userInfoobjectForKey:UIKeyboardFrameEndUserInfoKey]get...
继续阅读 >