Skip to content

A collection of helper/utility classes to aid iOS development.

License

Notifications You must be signed in to change notification settings

aceontech/AOTToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOTToolkit

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"

About

A collection of helper/utility classes to aid iOS development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published