YYKeyboardManager icon indicating copy to clipboard operation
YYKeyboardManager copied to clipboard

iOS utility class allows you to access keyboard view and track keyboard animation.

Results 7 YYKeyboardManager issues
Sort by recently updated
recently updated
newest added

我的输入框也是你们的YYTextView [[YYTextKeyboardManager defaultManager] addObserver:self];之后 发现 keyboardChangedWithTransition这个代理会调用两次或者更多次 请问可能是什么原因造成的呢 ?

横屏下,弹出并收起键盘后,切换到竖屏下第一次弹出键盘返回的before frame不正确

一个疑问,为何除了使用系统提供的通之外还要去 KVO 键盘呢?我觉得存在局限比如这样以来就无法在 app extension 里面使用。

iPad,iOS7 UIInterfaceOrientationLandscapeLeft方向上trans.toVisible 计算错误

在iPhone 5s iOS8.1.3系统版本下UIKeyboardWillChangeFrameNotification通知中有时候获取userInfo后UIKeyboardFrameBeginUserInfoKey&UIKeyboardFrameEndUserInfoKey,UIKeyboardCenterBeginUserInfoKey&UIKeyboardCenterEndUserInfoKey前后一样的情况, 会导致keyboardChangedWithTransition执行不到的问题。 ![ios8 1 3](https://cloud.githubusercontent.com/assets/8857283/21446385/614916f6-c900-11e6-999e-907a22ccfb5e.jpg)

使用第三方输入法,比如百度输入法的时候,高度仍然最终获得216。实际上应该是256,在线等。自己监听 keyboard通知,key 取UIKeyboardFrameEndUserInfoKey可以获得实际高度,但是有一个不好的地方就是通知会触发多次。希望能改进一下,在线等,谢谢。

重现方法:稳定重现于iOS9.2 iPad 1.显示键盘,关闭键盘 2.旋转屏幕 3.显示键盘,此时收到的通知中键盘的Y值为0 以上方法目前在我的项目中稳定重现问题。我已经找到解决办法,希望提交到你的代码库中。 [email protected]