如何使用 xib 的 AutoSizing 属性iPhone
我想知道如何在界面生成器中使用自动调整大小属性,即如何在子视图高度、宽度及其在超级视图中的位置的自动调整中使用该属性。
谢谢,
问候
tek3
I want to know how to use autosizing property in interface builder i.e. how this property can be used in autoadjustment of subview height , width and their position in superview.
Thanx,
Regards
tek3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自动调整大小功能的使用仅在 iOS 中旋转视图时才真正适用。例如:
请注意按钮现在如何缩放和拉伸。现在,在自动调整大小检查器区域中尝试激活和停用不同的“弹簧和支柱”,并继续单击自动旋转按钮在纵向和横向视图之间切换。
您很快就会直观地了解这些控件如何影响应用程序的相对布局。
The use of the autosizing function only really applies in iOS when you are rotating views. So for instance:
notice how the button now scales and stretches. Now experiment with activating and de-activating different "springs and struts" in the Autosizing inspector area, and continue to click the auto-rotate button to toggle between portrait and landscape views.
You'll soon have an intuitive understanding of how these controls effect the relative layout of your app.