我想在横向模式下保持 UILable 之间的间距
当我处于横向模式时,我想在 Xcode 项目中保持 UILable 之间的间距。 我有一个滚动视图,上面有一些标签&它在纵向模式下看起来不错,但当我处于横向模式时,标签会相互升起并重叠在一起。看起来很糟糕。 有没有办法保持景观上标签之间的空间透视?
谢谢!
I want to keep spacing between the UILables in my Xcode project when i'm in landscape mode.
I have a scrollview with a few labels on it & it looks good in portrait mode but when im in landscape mode the labels are rising over each other & it looks bad.
Is there any way to keep perspectivlly the spaces between the labels on landscape?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用标签上的自动调整大小蒙版。如果这不起作用,只需在收到旋转事件时从视图控制器重新定位标签即可。
Try playing with autoresizing masks on the labels. If that doesn't work just reposition the labels from the viewcontroller whenever you get the rotation events.