摘要: - (void)setAppInfo:(AppInfo *)appInfo { _appInfo = appInfo; _icon.image = appInfo.image; _label.text = appInfo.name;}+ (instancetype)appView ... 阅读全文
posted @ 2015-06-28 14:41 刘lady 阅读(194) 评论(0) 推荐(0) 编辑
摘要: /** 将image懒加载,获取图片 使用self.icon给image赋值*/-(UIImage *)image { if (_image == nil) { _image = [UIImage imageNamed:self.icon]; } return _im... 阅读全文
posted @ 2015-06-28 14:31 刘lady 阅读(161) 评论(0) 推荐(0) 编辑