Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.02 KB

ZKExtension

Travis-CI Platform License MIT

Frequently used extensions for Objective-C class.

Install

Just drag the folder ZKExtension into your project.

Usage

Include the following header file, and begin to enjoy your working time!

#include "ZKExtension.h"

Source files

They are in the ZKExtension folder:

  • NSObject+ZKExtension
  • NSString+ZKExtension
  • NSArray+ZKExtension
  • NSDictionary+ZKExtension
  • NSDate+ZKExtension
  • UIColor+ZKExtension
  • UIImage+ZKExtension
  • UIView+ZKExtension
  • UIViewController+ZKExtension
  • UINavigationController+ZKExtension

License

ZKExtension is released under MIT License.