UIImageView 可以通过键盘部分隐藏吗?
在 iOS4 iPhone 中,当键盘打开时,某些文本字段可能会被键盘隐藏或剪切。
相反,如果有 UIImageView,则会对其进行缩放、拉伸等。
您能否确保 UIImageView 保持在同一位置,并且仅可能被打开的键盘隐藏或剪切(作为 UITextField)?
谢谢。
In iOS4 iPhone when the keyboard opens, some text fields can be hidden or clipped by the keyboard.
Instead, if there is a UIImageView, this is scaled, stretched, and so on.
Can you ensure that the UIImageView remains at the same place and is only, possibly, hidden, clipped by an open keyboard (as a UITextField)?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当键盘出现时会发生什么完全取决于你。如果您希望图像视图不移动,请不要移动它。
What happens when the keyboard appears is entirely up to you. If you want your image view not to move, don't move it.