DinosaurDad / YOLOKit

Getting square objects down round holes

Home Page:http://mxcl.github.io/YOLOKit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enough with the bazillion lines of array parsing logic. YOLO.

@import YOLOKit;

campaigns.reject(^(PPCampaign *campaign){
    return campaign.locked;
}).pluck(@"venues").flatten.each(^(PPVenue *venue){
    [geofencer startMonitoringForRegion:venue.region];
});
  • YOLOKit is completely modular, if you only want map then only have map: pod "YOLOKit/map"
  • YOLOKit is thorough, well-tested and inside apps on the store
  • Every single method in YOLOKit was carefully considered; every detail poured over. YOLOKit is not just a direct port of Ruby’s Enumerable or Underscore, it is a delightful implementation inspired by such but designed for your needs as an iOS developer.

YOLOKit is thoroughly documented at http://mxcl.github.io/YOLOKit/.

About

Getting square objects down round holes

http://mxcl.github.io/YOLOKit/

License:Other


Languages

Language:Objective-C 78.4%Language:Ruby 20.8%Language:Swift 0.6%Language:Perl 0.2%