Can a UIImageView be partially hidden by keyboard?
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.
What happens when the keyboard appears is entirely up to you. If you want your image view not to move, don't move it.
精彩评论