Skip to content

linkLind/SouthgisUkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SouthgisUkit

Southgis common Foundation and UKit.It is Categories of Foundation and UKit,such as NSObject Categories ,NSTimer Categories,UIColor Categories etc.

#Requirements Xcode 6 or higher

Apple LLVM compiler

iOS 7.0 or higher

ARC

#Code include

/** Foundation 类的类别 */

#import "NSObject+SGS.h"

#import "NSString+SGS.h"

#import "NSData+SGS.h"

#import "NSArray+SGS.h"

#import "NSDictionary+SGS.h"

#import "NSDate+SGS.h"

#import "NSNumber+SGS.h"

#import "NSTimer+SGS.h"

#import "NSNotificationCenter+SGS.h"

#import "NSFileManager+SGS.h"

/** UIKit 类的类别 */

#import "UIColor+SGS.h"

#import "UIFont+SGS.h"

#import "UIImage+SGS.h"

#import "UIView+SGS.h"

#import "UIImageView+SGS.h"

#import "UIButton+SGS.h"

#import "UISearchBar+SGS.h"

#Usage

import "SGSCategories.h header file to your project,and you can use these Categories.

#import "SGSCategories.h"

#Install pod 'SouthgisUKit'