Skip to content

UIColor-Helper is a useful and light color tool for iOS.

License

Notifications You must be signed in to change notification settings

irons163/UIColor-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UIColor-Helper

  • UIColor-Helper is a useful and light color tool for iOS.

Functions:

+ (UIColor *)colorWithColorCodeString:(NSString *)colorString;
+ (UIColor *)colorWithARGB:(NSUInteger)color;
+ (UIColor *)colorWithRGB:(NSUInteger)color;
+ (UIColor *)colorWithRGBA:(NSUInteger)color;
+ (UIColor *)colorWithRGBWithString:(NSString *)colorString;

The most common use way:

#import "UIColor+Helper.h"

#define ErrorRedColor @"EF4257"

[UIColor colorWithColorCodeString:ErrorRedColor];

About

UIColor-Helper is a useful and light color tool for iOS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published