当方向改变时如何改变视图布局?
我有一个带有一些元素的视图控制器,例如侧面的 3 个 UIView。
当我改变方向时,我希望它们向下移动到底部。
我应该如何实现这个目标?每个布局应该有两个单独的笔尖吗?
(如果能够在界面生成器中执行此操作就好了,因为我不想对每个元素的位置进行编码)。
I have a view controller with some elements, like 3 UIViews on the side.
When I change the orientation, I want them to move down to the bottom instead.
How should I achieve this? Should I have two separate nibs for each layout?
(It would be nice to be able to do this in interface builder instead because I don't want to code the positions of each elements).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的方向布局差异很大,那么两个单独的 xib 是一个好主意。
但是,如果视图在底部为纵向,并且应在横向中保持此行为,则转到界面生成器并在选项卡“大小检查器”中设置自动调整大小箭头来排列视图。
Two seperate xibs is a good idea, if your layout of the orientations vary tremendously.
But if the Views are in portrait on bottom and should keep this behavior in landscape, then go to your Interface Builder and set the Autosizing-Arrows in Tab "Size Inspector" to arrange the views.