HBCategory 0.0.2

HBCategory 0.0.2

季怀斌维护。



  • jihuaibin2015

HBCategory

  • 自己项目里使用到的常用类目,方便代码整合。
  • 欢迎使用,并一起维护它。
  • 在 podfile 中添加 pod ‘HBCategory’,cd 到你的项目,执行 pod install 下载即可。
  • ps: 如果你的 terminal 中找不到 HZCategory,可以试试在 terminal 中执行 pod setup,如果还有问题,继续执行 rm ~/Library/Caches/CocoaPods/search_index.json
  • 文件引用如下:

    全局引用:#import"HBCategory.h"

    函数类目:#import"NSCategory.h"

    UIKit 类目:#import"UICategory.h"
    当然,具体的某一个类目,请进入 pod 文件中查找。