不再需要解析数组的无数行逻辑。YOLO。
@import YOLOKit;
campaigns.reject(^(PPCampaign *campaign){
return campaign.locked;
}).pluck(@"venues").flatten.each(^(PPVenue *venue){
[geofencer startMonitoringForRegion:venue.region];
});
- YOLOKit完全模块化,如果你想只用
map
,只添加map
:pod "YOLOKit/map"
- YOLOKit经过全面测试,代码完善,并且已经在应用商店中的应用中使用。
- YOLOKit中的每个方法都经过仔细考虑;每个细节都经过了检查。YOLOKit不只是Ruby的Enumerable或Underscore的直接移植,而是一个受其启发但专为iOS开发者需求而设计的令人愉悦的实现。
YOLOKit的详细文档见http://mxcl.github.io/YOLOKit/。