第三方masonry自动布局

自动布局:Masonry

1、// define this constant if you want to use Masonry without the "mas_" prefix

#define MAS_SHORTHAND

(mas_width和width)

2、// define this constant if you want to enable auto-boxing for default syntax

#define MAS_SHORTHAND_GLOBALS

(自动封装)

3、#import "Masonry.h"

你可能感兴趣的:(第三方masonry自动布局)