iPhone / iPad 旋转时如何正确分配间距?
我了解如何使用 Interface Builder 中的自动调整大小来针对视图的任何一侧修复 UI 元素,但如何正确分布元素,以便在设备旋转时均匀分布。在这种情况下,元素均匀分布,但聚集在一侧。
-----------------
| |
| * * * * * * |
| |
| |
| |
| |
-----------------
------------------------
| |
| * * * * * * |
| |
| |
------------------------
I understand how to fix a UI element against any side of of a view, using the Autosizing in Interface Builder, but how would I properly distribute elements so that are evenly spaced out whenever the device is rotated. In this case the elements are evenly distributed, but bunched on one side.
-----------------
| |
| * * * * * * |
| |
| |
| |
| |
-----------------
------------------------
| |
| * * * * * * |
| |
| |
------------------------
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不将它们固定在左侧或右侧,就会发生这种情况。
If you simply do not fix them to either left or right, that will happen.