Skip to content

ChanRoy/CHTCategory

Repository files navigation

CHTCategory

OC Category Collection

CONTENTS

  • NSArray
    • NSArray+CHTSwizzling : safeObjectAtIndex
  • NSMutableArray
    • NSMutableArray+CHTStack : a stack struct based on NSMutableArray
    • NSMutableArray+CHTSwizzling : safe access
  • NSMutableDictionary
    • NSMutableDictionary+CHTWeakReference : weak reference dictionary
  • NSObject
    • NSObject+CHTSwizzling : method swizzling
    • NSObject+MBProgressHUD
  • NSString
    • NSString+CHTPassword : password security
    • NSString+CHTStringTool : string tool
  • NSObject
    • NSNull+CHTNullSafe : null safe
    • UIDevice+CHTExtend : device info
  • UIColor
    • UIColor+CHTExtend : color info
  • UIImage
    • UIImage+CHTColor : image for color operation
    • UIImage+CHTCustomImage : clip radius
    • UIImage+CHTCut : cut image
    • UIImage+CHTGif : image for gif
    • UIImage+CHTGradient : gradient image
    • UIImage+CHTRotate : rotate image
  • UIImageView
    • UIImageView+CHTScrollIndicator : always show scroll indicator of scrollView
  • UIView
    • UIView+CHTExtend : frame extension
    • UIView+CHTGradient : gradient view
    • UIView+CHTRadius : clip radius
  • UIViewController
    • UIViewController+CHTTool : current vc
    • UIViewController+MBProgressHUD : MBProgressHUD extension
    • UIViewController+SVProgressHUD : SVProgressHUD extension
  • NSTimer
    • NSTimer+CHTBlocksSupport : solve the problem of retain cycle while using NSTimer

中文文档

中文文档

LICENSE

MIT

About

OC Category Collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published