Last Updated: February 25, 2016
·
690
· mxcl

YOLOKit: Ruby-like Enumeration for Objective-C & iOS

What is different about YOLOKit versus every other Ruby-like enumeration for Objective-C is that YOLOKit is dot-notated, has an extensive test-suite, has been thoughtfully ported for iPhone development, and is already being used in two apps in the App Store.

#import "YOLO.h"

//…

campaigns.reject(^(PPCampaign *campaign){
    return campaign.locked;
}).pluck(@"venues").flatten.each(^(PPVenue *venue){
    [geofencer startMonitoringForRegion:venue.region];
});

You only live once: use YOLOKit.

https://github.com/mxcl/YOLOKit