-
Notifications
You must be signed in to change notification settings - Fork 6
Home
R4L edited this page Jun 23, 2016
·
1 revision
iOS基础功能组件
#Intro BuffKit includes extension for foudation class or instance and provides basic features of iOS application.
#Supported features
- Cypher:MD5,SHA1,SHA2,AES,DES,3DES,BLOWFISH2.
- Null-handler:preventing crash when NSDictionary,NSString,NSNumber or NSArray is null.
- Frame-access:access frame of UIView,CALayer and screen.
- Geo-coordinates-transformation: wgs84(gps) to gcj02(china)
- Cell-annotation:add a annotation bubble on top of the cell when the cell can not show all message within its bounds
- UIColor-extension:getting a color instance from a hex number or a hex string.
- Split-view:show highly customizable and multi-style split view with only a few lines of code.