UIScrollView使用Masonry时不能滚动原因

添加的第一个控件的top要写成

make.top.mas_equalTo(数字);

不能写成

make.top.mas_equalTo(self);或make.top.mas_equalTo(self.mas_top);

你可能感兴趣的:(UIScrollView使用Masonry时不能滚动原因)