https://github.com/coderzhuxh/xhcategories
方便实用的类扩展
https://github.com/coderzhuxh/xhcategories
Last synced: 11 months ago
JSON representation
方便实用的类扩展
- Host: GitHub
- URL: https://github.com/coderzhuxh/xhcategories
- Owner: CoderZhuXH
- License: mit
- Created: 2016-05-18T10:03:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T09:15:00.000Z (almost 10 years ago)
- Last Synced: 2025-04-12T23:34:11.759Z (about 1 year ago)
- Language: Objective-C
- Size: 188 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XHCategories
* 简洁实用的类扩展
## 使用方法
* 详见对应头文件所提供方法
## 安装
### 手动添加:
* 1.将 XHCategories 文件夹添加到工程目录中
* 2.导入 XHCategories.h
### CocoaPods:
* 1.在 Podfile 中添加 pod 'XHCategories'
* 2.执行 pod install 或 pod update
* 3.导入 XHCategories.h
## 系统要求
* 该项目最低支持 iOS 7.0 和 Xcode 7.0
## 许可证
XHCategories 使用 MIT 许可证,详情见 LICENSE 文件