TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Marcel Ruegenberg.
This is a collection of useful classes and extensions for common classes in CoreFoundation
and UIKit
.
Just copy the files you need (and their dependencies) to your project.
You can also use objc-utils with CocoaPods.
Over time, some categories were removed, since their functionality is offered in separate projects:
NSString+Hash
. Note, however, that the resulting hashes are different, as NSString+Hash used Base32 encoding to convert hashes to strings.NSData+CocoaDevUserAdditions
. GZIP, using the default compression/decompression methods is fully compatible to NSData+CocoaDevUserAdditions
.MIT. (Before version 0.5.0, a custom permissive license was used.)
Bug reports and pull requests are welcome! Contact me via e-mail or just by opening an issue on GitHub.