ObjectiveSugar
ObjectiveSugar copied to clipboard
ObjectiveC additions for humans. Ruby style.
Sometimes not only need to map out an array, but also need to conditional mapping. Reference to NSArray's block traversal method `- (void) enumerateObjectsUsingBlock: (void (NS_NOESCAPE ^) (ObjectType obj, NSUInteger...
It seems that when adding the project in a Podfile it does not get updated (getting 1.1.0 version). Please check.
Cocoapods started causing me problems so I'm trying out Carthage. To make projects work with Carthage you don't have a podspec, you just create an Xcode project with a shared...
When initial value is set to ```nil``` and the array consists of single item, this item is returned and reduce block is never evaluated. There seems to be an issue...
Usage: `NSLog(@"%@", YES_OR_NO(myBool));`
Compatibility with Carthage would be nice :)
This pull request adds generics to all Array/Set/Dictionary methods and nullability modifiers in a backward compatible way.
Also updated the version so it can be released as a new pod version. I can of course undo that or change the version or whatever.