更改iOS键盘动画时间
有没有办法改变iOS键盘动画的时间?
Is there a way to change the time the iOS keyboard animation takes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法改变iOS键盘动画的时间?
Is there a way to change the time the iOS keyboard animation takes?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我实际上已经找到了更好的解决方案。您可以做的是以编程方式使文本字段或文本视图成为动画中的第一响应者,并具有您选择的持续时间。让键盘在一秒内出现的示例可能是:
同样,您可以像这样使键盘消失:
I've actually found a better solution. What you can do is programmatically make the textfield or textview a first responder within an animation with duration of your choice. Example for making the keyboard emerge over the course of one second might be:
Similarly, you can make the keyboard disappear like this: