TCCategory 1.0.5× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Nov 2017Maintained by ctc.Installation Guide×Installation Guide for TCCategoryYou want to add pod 'TCCategory', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'TCCategory', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try TCCategorySee PodspecGitHub RepoPage on CocoaPods.orgTCCategory 1.0.5Byctcctc1991/TCCategoryGitHub Repo Common class category on iOS. 自己个人开发总结与收集的系统类的分类。 demo使用swift编写,因为基于bridging的使用,用oc写一套分类,足以swift一起使用,故用oc编写。 使用方法 2.手动拖入TCCategory文件夹 #import "TCCategory.h"