ScrollView has ambiguous scrollable content height

比如ScrollView 知道它里面有个 View,其高度是 200,距离上左右为 55,但仅通过这几个约束没办法知道它的 contentSize 的高度是多少,我们缺少一个定义 View 到 ScrollView 底部距离的约束。

你可能感兴趣的:(ScrollView has ambiguous scrollable content height)