TXCategories 1.1.7

TXCategories 1.1.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2017

Maintained by Tlsion.



  • By
  • Tlsion

TXCategories, a collection of useful Objective-C Categories extending iOS Frameworks as Foundation and UIKit.

Requirements

This library Xcode 7.0+.

Installation

Manually

Copy TXCategories folder to your project

Usage

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"

onekey import all categories of all frameworks

"TXCategories.h"

Content

Foundation

  • 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

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
  • UICollectionView

License

TXCategories is available under the MIT license.