leoru / KKToolKit

A collection of iOS classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KKToolKit

KKToolKit make life easier. It's a collection of different classes and categories that i use in my apps.

Classes list

  • UIColor+CustomColors. Random color and color from hex string.
  • NSDate+KKToolKitAdditions. Some methods for getting next month,day,date by adding days,month,etc.
  • SHA1Generator. Generates random SHA1.
  • UIDevice+Resolution. Created by Daniele Margutti, this category allows to indicate device your application running on.
  • NSMutableArray+Shuffle. Random shuffle an array.
  • UIView+KKToolKitAdditions. Easy access to uiview frame with setters and getters

About

A collection of iOS classes


Languages

Language:Objective-C 98.4%Language:C++ 1.6%