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.
Written by Max Howell
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ruby
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#