摘要:
1.设置高度宽度 [view1 autoSetDimension:ALDimensionHeight toSize:70.0]; [view1 autoSetDimension:ALDimensionWidth toSize:70.0]; 2.相对于父视图 ALEdgeInsets defInset 阅读全文
摘要:
MJExtension能做什么? 1.最简单的字典转模型 新建User类 typedef enum { SexMale, SexFemale} Sex; @interface User : NSObject @property (copy, nonatomic) NSString *name; @p 阅读全文