摘要: 字典转模型1.简单的字典转模型-(instancetype)initWithDict:(NSDictionary *)dict{ if (self=[super init]) { self.name=dict[@"name"]; self.icon=dict[@"icon"]; /... 阅读全文
posted @ 2016-11-22 12:57 azhang_code 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1.自定义cell--纯代码新建一个继承自UITableViewCell的字类,比如AZTuanGouCell@interface AZTuanGouCell : UITableViewCell在AZTuanGouCell.m文件中重写initWithStyle:reuseIden... 阅读全文
posted @ 2016-11-22 09:52 azhang_code 阅读(130) 评论(0) 推荐(0) 编辑