UIScrollView不与UILabel滚动

时间:2016-10-17 08:39:40

标签: ios uiscrollview autolayout

我的层次结构视图和约束如下图所示,我在viewDidLoad中为UILabel设置了文本。但只显示部分文本,无法滚动。 你有什么想法吗?

[hierarchy view[1]

ScrollView Contraints

contentView Contraints

UILabel Contraints

1 个答案:

答案 0 :(得分:0)

我通过删除2个约束来修复它: 对齐中心x 2.对齐中心y 从ScrollViewContentWrapper,并添加约束宽度相等。