UIScrollView 横向时的 contentSize 高度错误 (ipad)

发布于 2024-10-18 21:44:44 字数 154 浏览 4 评论 0原文

我在使用带有子视图和垂直滚动的 UIScrollView 时遇到问题。

当处于纵向模式时,它滚动得很好,但当处于横向模式时,即使我设置任意值(比方说 1400px),它也不会真正沿着该尺寸滚动,删除大约 400 像素,并且在内容完全可见之前停止。

有什么想法吗?

I've a problem using a UIScrollView with subviews and vertical scrolling.

When in portrait mode it scrolls fine, but when in landscape, even if I set an arbitrary value (let's say 1400px), it doesn't really scroll along that size, removing around 400 pixels and it stops before the content is fully visible.

Any ideas?

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

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

发布评论

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

评论(1

无所的.畏惧 2024-10-25 21:44:44

您是否尝试设置

yourScrollView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;

它应该调整滚动视图的高度。

Did you try to set

yourScrollView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;

It should resize the scrollview height.

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