JKCategories(iOS-Categories,Category), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.
JKCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.
This library requires
iOS 7.0+and
Xcode 8.0+.
when you will use the all Categories:
platform :ios pod 'JKCategories'
when you will use the some one type framework lib,such as
Foundation:
platform :ios pod 'JKCategories/Foundation'
when you will use a more detailed class type lib, in some one type framework lib,such as
Foundation's NSDictionary:
platform :ios pod 'JKCategories/Foundation/NSDictionary'
you will find all sublib with
pod search JKCategoriesor Podfile or in the project folder hierarchy
Copy JKCategories or some specific class file to your project
import the header file into any class where you wish to make use of the functionality such as
#import "NSArray+JKSafeAccess.h" or "",
Not recommended for import all the header files of JKCategories into pch or baseclass
"JKUIKit.h" or "", "JKFoundation.h" or "", "JKCoreData.h" or "", "JKCoreLocation.h" or "", "JKMapKit.h" or "", "JKQuartzCore.h" or """
"JKCategories.h" or ,
JKCategories is available under the MIT license.