CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

AOTToolkit 0.2.0

AOTToolkit 0.2.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by Alex Manarpies.



  • By
  • Alex Manarpies

This toolkit contains various helper classes and categories to aid in iOS development. It currently encompasses the following modules:

  • Crypto: HMAC utility
  • UI: Convenient categories on UIView, UIViewController, UINavigationController and the like
  • UICollectionView: Commonly used layouts for UICollectionView
  • Util: General utilities (e.g. NSString, NSObject)

Installation

The easiest way to include classes from this toolkit is to use CocoaPods.

To include the whole library:

pod "AOTToolkit"

To include submodules only:

pod "AOTToolkit/Crypto"
pod "AOTToolkit/UI"
pod "AOTToolkit/UICollectionView"
pod "AOTToolkit/Util"