对于项目中一些工具类的整理去重抽取,方便代码开发

对于项目中一些工具类的整理去重抽取,方便代码开发

Swift 工具类

详细介绍

HJCategories

CI Status Version License Platform

Description

对于项目中一些工具类的整理去重抽取,方便代码开发。

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

cocoapods 1.0.0

Installation

HJCategories is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'HJCategories', '~> 0.1.0'
or
pod 'HJCategories', :subspecs => ['UIKit', 'Foundation', 'CoreFundation',...]

Author

lihs, lihs@2345.com

License

HJCategories is available under the MIT license. See the LICENSE file for more info.

分类整理---包含:

Foundation:

NSData
NSString
NSArray
NSTimer
NSNumber
NSString
NSObject
NSDictionary
NSFileManager
NSUserDefaults

UIKit:

UIView
UIImage
UIColor
UIDevice
UIButton
UIScreen
UITextView
UITextField
UIImageView
UIResponder
UIBezierPath
UIApplication
UITableViewCell
UIBarButtonItem
UINavigationItem
UINavigationController

CoreFoundation:

CAShapeLayer

推荐源码