LSJHCategory
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Installation
LSJHCategory is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'LSJHCategory'
Version History
版本号 | 更新内容 |
---|---|
0.1.0 | 基础类别实现 |
0.1.1 | 新增NSBundle分类、UIImage添加获取包内资源 |
UI分类
UI模块名 | 链接文档 |
---|---|
CAlayer | 文档地址 |
UIButton | 文档地址 |
UIColor | 文档地址 |
UIControl | 文档地址 |
UIDevice | 文档地址 |
UIImage | 文档地址 |
UILabel | 文档地址 |
UIMenuItem | 文档地址 |
UINavigationViewController | 文档地址 |
UIScrollView | 文档地址 |
UITableView | 文档地址 |
UITextFiled | 文档地址 |
UITextView | 文档地址 |
UIView | 文档地址 |
UIViewController | 文档地址 |
NS分类
NS | |
---|---|
NSArray | 文档地址 |
NSMutableArray | 文档地址 |
NSAttributedString | 文档地址 |
NSDate | 文档地址 |
NSDictionary | 文档地址 |
NSInvocation | |
NSNotificationCenter | |
NSNumber | 文档地址 |
NSObject | 文档地址 |
NSString | 文档地址 |