Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxcl/YOLOKit
Getting square objects down round holes
https://github.com/mxcl/YOLOKit
Last synced: 8 days ago
JSON representation
Getting square objects down round holes
- Host: GitHub
- URL: https://github.com/mxcl/YOLOKit
- Owner: mxcl
- License: other
- Created: 2011-09-05T12:18:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-22T11:50:32.000Z (10 months ago)
- Last Synced: 2024-10-14T11:35:25.850Z (about 2 months ago)
- Language: Objective-C
- Homepage: http://mxcl.github.io/YOLOKit/
- Size: 257 KB
- Stars: 663
- Watchers: 20
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - YOLOKit - Getting square objects down round holes. (Utility / Web View)
- awesome-ios-star - YOLOKit - Getting square objects down round holes. (Utility / Web View)
- awesome - YOLOKit - Getting square objects down round holes (etc)
- awesome - YOLOKit - Getting square objects down round holes (etc)
README
Enough with the bazillion lines of array parsing logic. YOLO.
```objc
@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/.