Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 916 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 916 Bytes

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.