滚动视图子视图中的自动调整大小问题

发布于 2024-12-05 15:29:57 字数 385 浏览 2 评论 0原文

我在 UIView 上有一个滚动视图,并且一系列 UIImageViews 以串行方式放置在滚动视图上。我的问题是,当设备旋转时,图像视图的大小不会调整。在 viewWillAppear 中,我添加了

imageView.autoresizingMask=UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;
    FirstScrollView.autoresizingMask=UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;

有人能帮助我吗?

I have a scrollview on a UIView and a series of UIImageViews are placed on the scrollview in a serial manner. My problem is that the image views are not resizing when the device is rotated. In the viewWillAppear, I added

imageView.autoresizingMask=UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;
    FirstScrollView.autoresizingMask=UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth;

Can anybody help me?

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

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

发布评论

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

评论(1

°如果伤别离去 2024-12-12 15:29:57

您可以使用 Interface builder 来设置它。

You can set it with Interface builder.

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