gpt4 book ai didi

ios - 在 Storyboard中使用 UIScrollView 时如何保持布局完整性?

转载 作者:行者123 更新时间:2023-11-29 10:52:37 25 4
gpt4 key购买 nike

我在 Storyboard 中使用导航 View Controller 和显示详细内容的 View Controller 。这需要 UIScrollView。为了扩展内容并启用 ScrollView ,我不得不在文件检查器中禁用使用自动布局。当我这样做时,虽然模拟器和 iPhone 上的内容布局中断了。如果我启用使用自动布局,布局很好,但滚动被禁用。

这是我在 ViewController.m 中使用的代码

[self.myScrollView setScrollEnabled:YES];
[self.myScrollView setContentSize:(CGSizeMake(320, 900))];

以下是 Storyboard 布局和生成的模拟器 View 的屏幕截图:

enter image description here enter image description here

我很想知道如何解决这个难题。

谢谢!

最佳答案

您需要在 ScrollView 的上边缘与其 subview 之一之间至少有一个约束,并且在 ScrollView 的下边缘与其 subview 之一之间至少有一个约束。自动布局将使用这些约束来设置 ScrollView 的内容大小。

您可以在 Tech Note TN2154: UIScrollView And Autolayout 中找到更多信息.

您可能还会找到 my screencast about scroll views in Interface Builder有帮助。

关于ios - 在 Storyboard中使用 UIScrollView 时如何保持布局完整性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19826034/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com