2014年4月2日

[转]AFNetWorking使用笔记

摘要: 转载自:http://blog.sina.com.cn/s/blog_719d537e01017x82.htmlAFNetwork是一个轻量级的网络请求api类库。是以NSURLConnection, NSOperation和其他方法为基础的。下面这个例子是用来处理json请求的:NSURL *url = [NSURL URLWithString:@"https://alpha-api.app.net/stream/0/posts/stream/global"];NSURLRequest *request = [NSURLRequest requestWithURL:url 阅读全文

posted @ 2014-04-02 16:53 TreeJohn 阅读(183) 评论(0) 推荐(0) 编辑

导航