# GreedCategory 系统接口的一些扩展 ## Installation ``` pod 'GreedCategory' ``` ## Usage ### [CLLocation](GreedCategory/CLLocation+Greed.h) `CLLocation`的扩展 ### [NSDate](GreedCategory/NSDate+Greed.h) `NSDate`的扩展 #### 系统中定义的日历 * NSGregorianCalendar -- 公历 * NSBuddhistCalendar -- 佛教日历 * NSChineseCalendar -- 中国农历 * NSHebrewCalendar -- 希伯来日历 * NSIslamicCalendar -- 伊斯兰历 * NSIslamicCivilCalendar -- 伊斯兰教日历 * NSJapaneseCalendar -- 日本日历 * NSRepublicOfChinaCalendar -- 中华民国日历(台湾) * NSPersianCalendar -- 波斯历 * NSIndianCalendar -- 印度日历 * NSISO8601Calendar -- ISO8601 获取农历相关信息时用的 `NSChineseCalendar ` ,其它都用 `NSGregorianCalendar ` ### [NSObject](GreedCategory/NSObject+Greed.h) `NSObject`的扩展 ### [NSString](GreedCategory/NSString+Greed.h) `NSString`的扩展 ### [UIImage](GreedCategory/UIImage+Greed.h) `UIImage`的扩展 ### [UILabel](GreedCategory/UILabel+Greed.h) `UILabel`的扩展 ### [UITextView](GreedCategory/UITextView+Greed.h) `UITextView`的扩展 ### [UIView](GreedCategory/UIView+Greed.h) `UIView`的扩展 ### [UIWindow](GreedCategory/UIWindow+Greed.h) `UIWindow`的扩展 ## Change Log [CHANGELOG](CHANGELOG.md) ## LICENSE [MIT](LICENSE)