uitextfied 横向视图自动调整大小(如果之前是纵向视图)
我不知道这一点:
如果用户切换到横向视图,那么 uitextfied 的大小是否有可能发生变化,因为我视图中有 4 个文本文件......只是外观和感觉
i don't know about this:
is it possible that if user switch to Landscape view then size of uitextfied change as i have 4 text file in view ....just look and feel
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用 IB,您有两种方法可以实现。
使用 Interface Builder 的对象检查器中的自动调整大小属性。这将自动调整文本字段的大小。
如果这不能满足您的需求,您必须在 ViewController 方法中控制它
If you are using IB you have two ways of doing it.
using the auto resize properties in object inspector of Interface Builder. That will resize your textfields automatically.
If that does not suffice your needs, you will have to control that in your ViewController method
使用其“frame”属性来更改 uitextfied 的大小更改大小
是的,您可以根据设备方向的条件
yes you can change the size of the uitextfied by using its "frame" property
based on the condition of the device orientation change the size