如何更改键盘滑入/滑出动画的速度?
我对我的小测试应用程序感到非常困惑。当我在文本字段上执行操作时,键盘来得很慢,我想增加键盘时间。有人能告诉我如何增加键盘上下的时间吗?
I am very confuse with my small test app.When i do on the Textfield the keyboard comes slowly I want to increase the keyboard time.Can anybody tell me that how i can increase the time of KeyBoard up and down?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
系统键盘的速度可以通过 UIKeyboardAnimationDurationUserInfoKey 检索,并且是只读的。
更新:如何获取值。在通知监听器中:
The speed of the system keyboard can be retrieved via the
UIKeyboardAnimationDurationUserInfoKey
and is read-only.UPDATE: How to get the values. In the notification listener: