12 2016 档案

摘要:NSMutableArray *onArray = [NSMutableArray arrayWithCapacity:0]; for (THJionAndSitDownModle *mTHJionAndSitDownModle in joindata) { NSPredicate * filterPr... 阅读全文
posted @ 2016-12-28 18:01 牵着蜗牛走的我 阅读(160) 评论(0) 推荐(0)
摘要:NSData *data = [NSJSONSerialization dataWithJSONObject:info.bdata options:NSJSONWritingPrettyPrinted error:nil]; NSString *jsonStr = [[NSString alloc] initWithData:data encoding:NSUTF8St... 阅读全文
posted @ 2016-12-26 16:29 牵着蜗牛走的我 阅读(904) 评论(0) 推荐(0)
摘要:-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ ProductTypeCell *mProductTypeCell = [tableView dequeueReusableCellWithIdentifier:productType... 阅读全文
posted @ 2016-12-09 10:55 牵着蜗牛走的我 阅读(392) 评论(0) 推荐(0)