2016年3月14日

AFNetWorking 使用记录

摘要: 1.从一个URL  GET数据 方法1:         NSURL * url = [NSURL URLWithString:@"http://www.weather.com.cn/data/sk/101010100.html"];         NSURLRequest * req = [NS 阅读全文

posted @ 2016-03-14 15:29 景树园 阅读(142) 评论(0) 推荐(0)

UITableViewCell 自定义绘制 性能高

摘要: // //  FoodListTableViewCellB.m //  BabyFood // //  Created by zhuang chaoxiao on 16/3/7. //  Copyright © 2016年 zhuang chaoxiao. All rights reserved. 阅读全文

posted @ 2016-03-14 14:37 景树园 阅读(168) 评论(0) 推荐(0)

导航