Skip to content
R4L edited this page Jun 23, 2016 · 1 revision

BuffKit

iOS基础功能组件

#Intro BuffKit includes extension for foudation class or instance and provides basic features of iOS application.

#Supported features

  1. Cypher:MD5,SHA1,SHA2,AES,DES,3DES,BLOWFISH2.
  2. Null-handler:preventing crash when NSDictionary,NSString,NSNumber or NSArray is null.
  3. Frame-access:access frame of UIView,CALayer and screen.
  4. Geo-coordinates-transformation: wgs84(gps) to gcj02(china)
  5. Cell-annotation:add a annotation bubble on top of the cell when the cell can not show all message within its bounds
  6. UIColor-extension:getting a color instance from a hex number or a hex string.
  7. Split-view:show highly customizable and multi-style split view with only a few lines of code.

Clone this wiki locally