The categories in this repository can still be used, but are no longer updated.
A growing collection of UIKit and Foundation categories (helpers) we use at Awkward
Current helpers:
- UIApplication
- NSArray
- UIColor
- NSDate*
- UIDevice
- NSDictionary
- UIFont
- NSString
*The AWKDateHelper is still in development and might not give the wanted results.
Want to help with this set of helpers? Please fork this library and make pull requests for your changes.
Install using the following podfile line
pod 'AWKHelpers', :git => 'https://github.com/awkward/AWKHelpers.git'
This pod is currently in early development and therefore full documentation will come later. In the mean time documentation has been added in the form of comments on the methods in the header files.