摘要: //一个section刷新 NSIndexSet *indexSetTT = [[NSIndexSet alloc]initWithIndex:2]; //刷新第2组 [tableview reloadSections:indexSetTT withRowAnimation:UITableViewR 阅读全文
posted @ 2017-06-13 16:57 XL-MS 阅读(1406) 评论(0) 推荐(0) 编辑
摘要: //先定义这个宏 #define MAS_SHORTHAND //再引入这个头文件 #import <Masonry.h> 之后所有的约束添加都不用mas_打头了 //加上这个宏可以给约束直接传数字了 不需要包装了再(也要加载引用Masonry之前) #define MAS_SHORTHAND_GL 阅读全文
posted @ 2017-06-13 15:28 XL-MS 阅读(164) 评论(0) 推荐(0) 编辑