其他分享
首页 > 其他分享> > masonry

masonry

作者:互联网


*masonry
edge:top、left、bottom、right;

make、update、remake(删除设置过的约束,重新设置所有约束);

center、sise;

* 相对偏移
offset:单边距相对偏移,+右移、下移,-左移、上移;with.offset
insets:整体相对偏移;

* equalTo
make.left.equalTo(view.right).offset(left);
make.left.right.and.bottom.equalTo(superview)集合设置;
lessThanOrEqualTo
greaterThanOrEqualTo

*prioritize

标签:right,make,equalTo,偏移,offset,masonry,left
来源: https://blog.csdn.net/lcx_love_yx/article/details/89972363