可以使用CocoaPods在github上下载源码,这个库擅长处理从Web API上请求的数据,用法如下:
NSURL *twitterSearch = [NSURLURLWithString:@"http://api.douban.com/v2/book/search?tag=computer"];
NSData *data = [NSData dataWithContentsOfURL:twitterSearch];
NSDictionary *json = [NSJSONSerializationJSONObjectWithData:data options:NSJSONReadingMutableContainerserror:nil];
NSArray *books = [json objectForKey:@"books"];
NSArray *tweets = Underscore.array(books)// 实际上books里面需要是字典
.filter(Underscore.isDictionary)//如果不是字典,那么下面得不到执行
.reject(^BOOL (NSDictionary *tweet) { //拒绝出版社为中国电力的书,这里遍历了 books
return [tweet[@"publisher"] isEqualToString:@"中国电力"];
})
.map(^NSString *(NSDictionary *tweet) { //进行映射,也就说返回的对象只包含这两个key的 value
NSString *name = tweet[@"title"];
NSString *text = tweet[@"image"];
return [NSString stringWithFormat:@"%@: %@", name, text];
})
.unwrap;
相关推荐
UAV_swarm_formation_under_attack.m
NSEB2M8U1 There's a pair of shorts under th.pdfNSEB2M8U1 There's a pair of shorts under th.pdfNSEB2M8U1 There's a pair of shorts under th.pdfNSEB2M8U1 There's a pair of shorts under th.pdfNSEB2M8U1 ...
2008考研英语阅读理解真题解析第一篇女性压力Women Under Stress.pdf
This source make CView window under CView using CWnd control. You need Visual C++ 7.1 to read this source project. I create this project on Visual Studio .NET 2003.
Robotic Platform forHigh-Intensity FocusedUltrasound Surgery Under Ultrasound TrackingTheFUTURA Platform.pdf
官方版本...linked is licensed under a BSD style license (ref. the comment headers of the files in the src directory). Version 2.4 is known to not work, even experimentally, on Mac OS X.
* [Lazarus] Fixed modal dialogs in preview under linux GTK - Fixed Detail report bug when rebuilds report using TfrxCustomPreview.Report (Collapse/expand drills). - Fixed bug with KeepHeader and ...
To this aim, we have developed the TRex tool, published as an open-source Eclipse plugin under the Eclipse Public License, which provides IDE functionality for the TTCN-3 core notation and supports ...
Install under Linux 安装说明
To this aim, we have developed the TRex tool, published as an open-source Eclipse plugin under the Eclipse Public License, which provides IDE functionality for the TTCN-3 core notation and supports ...
This is the complete source code for Quake 2, version 3.21, buildable with visual C++ 6.0. The linux version should be buildable, but we haven t tested it for the release. The code is all licensed ...
chapter_5 Choice Under Uncertainty
forcevib.m – Identification of modal parameters of vibration SDOF system under forced excitation freevib.m – Identification of modal parameters of SDOF system free vibration hilbfft.m – Hilbert ...
### 使用Wine安装Source Insight 1. **运行Wine**:打开终端,定位到Source Insight的安装文件所在目录,例如`cd ~/Downloads`。 2. **启动安装过程**:使用Wine运行`.exe`文件,输入`wine SourceInsightSetup.exe`...
该设计主要目标是让学生能够听懂、会说单词in, under, desk和句型Where is ...? It’s in/under...?,并能够在真实或模拟的情景中正确使用这些句型来询问或回答物品的位置。 知识点: 1. 听懂、会说单词in, under,...
7-Zip压缩软件7-Zip is open... Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check license information here: 7-Zip license.
卧底 测试覆盖库。... 在调用load或在测试运行程序中require您的软件包( test/test-helper.el / features/support/env.el /等)之前,请使用与软件包的源文件匹配的通配符调用undercover : ( when (re
CnPack IDE Wizards (CnWizards) is a Free Plug-in Tool Set for Delphi... It is a A Web-Based Bug And Patch-Set Tracking System for CVS under Windows. The original version was developed by D. Richard Hipp.
Scheduling under Posix 1003.1b Scheduling under Posix 1003.1b