https://github.com/awkward/awkhelpers
A growing collection of UIKit and Foundation categories (helpers) we use at Awkward
https://github.com/awkward/awkhelpers
Last synced: about 1 year ago
JSON representation
A growing collection of UIKit and Foundation categories (helpers) we use at Awkward
- Host: GitHub
- URL: https://github.com/awkward/awkhelpers
- Owner: awkward
- License: mit
- Created: 2014-10-24T17:27:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T11:21:13.000Z (almost 9 years ago)
- Last Synced: 2024-03-27T02:56:20.862Z (about 2 years ago)
- Language: Objective-C
- Size: 10.9 MB
- Stars: 10
- Watchers: 14
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This repository is no longer being maintained
The categories in this repository can still be used, but are no longer updated.
AWKHelpers
===============
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.
## Pull Request
Want to help with this set of helpers? Please fork this library and make pull requests for your changes.
## Installation
Install using the following podfile line
```
pod 'AWKHelpers', :git => 'https://github.com/awkward/AWKHelpers.git'
```
## Documentation
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.