第三方masonry自动布局
2016-06-23 本文已影响0人
一直努力奋斗的女程序员
自动布局: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"