美文网首页
Masonry问题

Masonry问题

作者: 努力爬行中的蜗牛 | 来源:发表于2017-03-21 15:52 被阅读13次

[_graphicView mas_makeConstraints:^(MASConstraintMaker *make) {

make.top.equalTo(self.secondIndexBackView.mas_bottom).offset(18);

make.left.equalTo(@0);

make.right.equalTo(@-9);

make.height.equalTo(@100);

}];

在ios8.4、9.2_graphicView视图显示正常,但是在ios10.1上_graphicView无法显示,最后发现是ios10上,make.height.equalTo(@100)这只高度无效;

相关文章

网友评论

      本文标题:Masonry问题

      本文链接:https://www.haomeiwen.com/subject/wavrettx.html