摘要: /* - (id)initWithCoder:(NSCoder *)aDecoder { if (self = [super initWithCoder:aDecoder]) { // 设置图片的主图层圆角 self.iconView.layer.cornerRadius = 8; // 设置超出主 阅读全文
posted @ 2016-11-24 17:25 IOSyes 阅读(342) 评论(0) 推荐(0) 编辑
摘要: [ ]==JSONArray -->Json数组 --> OC NSArray {} ==JSONObject -->Json对象 -->OC NSDictionary -(NSArray*)productArray{ if(_productArray == nil){ //1.加载json数据 / 阅读全文
posted @ 2016-11-24 02:30 IOSyes 阅读(557) 评论(0) 推荐(0) 编辑