iPhone 上的自动旋转

发布于 2024-11-17 07:02:22 字数 277 浏览 6 评论 0原文

在我的一些 UIView 中,我有一些 UIImageViewUILabel。当 UIView 处于纵向模式时,它们的位置很好,但是当 UIImageView 和 UILabel 处于纵向模式时,它们的位置就会混乱。 UIView 变为横向模式。

如何确保 UIImageViewUILabel 在纵向和横向模式下都位于正确的位置?

谢谢。

In a few of my UIViews, I have a few UIImageViews and UILabels. They are in a good position when the UIView is in portrait mode, but the positioning on the UIImageViews and UILabels are messed up when the UIView becomes landscape mode.

How can I make sure that the UIImageViews and UILabels are in the correct place for both portrait and landscape mode?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

耶耶耶 2024-11-24 07:02:22

正确设置autoresizingMask,这将自动解决您的问题。

Set autoresizingMask properly, this will solve your problem automatically.

メ斷腸人バ 2024-11-24 07:02:22

你可以做。只需应用变换将它们的 x,y 坐标从横向转换为纵向等。

You can do.Just Apply Transform to convert their x,y coordinate from landscape to portrait ,etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文