TXCategories, a collection of useful Objective-C Categories extending iOS Frameworks as Foundation and UIKit.
This library Xcode 7.0+
.
platform :ios pod 'TXCategories'
Copy TXCategories folder to your project
import the header file into any class where you wish to make use of the functionality such as #import "NSArray+TXSafeAccess.h" ,Not recommended for import all the header files of TXCategories into pch or baseclass
####onekey import all categories of framework
"TXUICategories.h","TXNSCategories.h"
"TXCategories.h"
- NSArray
- NSBundle
- NSData
- NSDate
- NSDateFormatter
- NSNotificationCenter
- NSDictionary
- NSException
- NSFileManager
- NSIndexPath
- NSNumber
- NSObject
- NSSet
- NSString
- NSTimer
- NSURL
- NSUserDefaults
- NSHTTPCookieStorage
- NSFileHandle
- NSRunLoop
- NSURLRequest
- NSOperation
- NSInvocation
- NSURLConnection
- NSURLSession
- 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
- UICollectionView
TXCategories is available under the MIT license.