CMCategories 0.1.5× 测试已测试✗ Lang语言 Obj-CObjective C许可 MIT Released上次发布2015 年 12 月由 Jerry Bao 维护。安装指南×CMCategories 的安装指南要将以下内容添加到您的 Podfile 中,请添加:pod 'CMCategories', '~> 0.1'target 'MyApp' do pod 'CMCategories', '~> 0.1' end然后在您的终端中运行 pod install,或者在 CocoaPods.app 中进行操作。作为替代方案,要对其进行测试运行,请运行以下命令:pod try CMCategories见 PodspecGitHub 仓库在 CocoaPods.org 上的页面CMCategories 0.1.5作者Jerryimjerrybao/CMCategoriesGitHub 仓库 是 iOS-Categories 的另一个分支 iOS 中的 Objective-C 分类,这是一组有用的 Objective-C 分类,扩展了 iOS 框架,如 Foundation、UIKit、CoreData、QuartzCore、CoreLocation、MapKit 等。 Foundation NSArray NSBundle NSData NSDate NSDateFormatter NSNotificationCenter NSDictionary NSException NSFileManager NSIndexPath NSNumber NSObject NSSet NSString NSTimer NSURL NSUserDefaults NSHTTPCookieStorage NSFileHandle NSRunLoop NSURLRequest UIKit UIAlertView UIApplication UIBarButtonItem UIBezierPath UIButton UIColor UIFont UIControl UIDevice UIImage UIImageView UILable UINavigationBar UINavigationController UINavigationItem UIResponder UIScreen UIScrollView UISearchBar UISplitViewController UITableView UITableViewCell UITextField UITextView UIView UIViewController UIWebView UIWindow UIPopoverController QuartzCore CALayer CAMediaTimingFunction CAAnimation CAShapeLayer CATransaction CoreData NSManagedObjectContext NSFetchRequest NSManagedObject NSPersistentStoreCoordinator CoreLocation CLLocationManager CLLocation MapKit MKMapView 许可 iOS-Categories 可在 MIT 许可下使用。