ipad屏幕键盘起源
我想知道ipad屏幕键盘的确切起源是什么。它是否会根据我们使用的语言而动态变化?
我尝试获取此值以在我的应用程序中为 UITextview 制作框架。
如果我使用无线外接键盘或底座外接键盘,来源或行为是否有差异?
这是我使用外部键盘时的应用程序屏幕截图:
这是我使用屏幕键盘时的屏幕截图:
I want to know what is the exact origin of onscreen keyboard on ipad. Does it dynamically change depending on the language we use, or not?
I try to get this value to make a frame for UITextview in my app.
Is it a difference in origin or behavior, if I use a wireless external keyboard or dock external keyboard??
This is my app screenshot when i use the external keyboard:
And this is when I use the onscreen keyboard:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,键盘的高度根据您使用的语言而不同。至于检索高度,我建议检查一下: UIKeyboardBoundsUserInfoKey 已弃用,使用什么来代替?
不确定这个问题是否应该被视为重复。
Yes, the height of the keyboard is different depending on what language you use. As far as retrieving the height goes, I would suggest checking out: UIKeyboardBoundsUserInfoKey is deprecated, what to use instead?
Not sure if this question should be considered a duplicate.