iOS纯代码适配masonry中mas_的问题

//equalto 和 mas_equalto 是有区别的。但是我们不打算去了解,可以通过添加以下代码来统一。

//注意!! 宏定义必须要放在 import 引入头文件之前!

//define this constant if you want to use Masonry without the 'mas_' prefix

#define MAS_SHORTHAND

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

#define MAS_SHORTHAND_GLOBALS

 

posted @ 2016-06-17 15:37  小师傅啊小师傅  阅读(385)  评论(1编辑  收藏  举报