Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages