Releases: awkward/AWKHelpers
Releases · awkward/AWKHelpers
Small update
Added NSArray object mapping helpers
The following helper methods have been added in this release:
-[NSArray arrayByMappingObjectsWithBlock:options:]
-[NSMutableArray replaceObjectsWithBlock:options:]
The methods help with creating a new NSArray (or changing all objects of an NSMutableArray), where all the new objects can be returned by a given block.