Skip to content

Instantly share code, notes, and snippets.

@arkilis
Created April 21, 2017 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkilis/a4964c0d4da6b06452215ff7c27b7b6f to your computer and use it in GitHub Desktop.
Save arkilis/a4964c0d4da6b06452215ff7c27b7b6f to your computer and use it in GitHub Desktop.
UIColor+HexColor.h
#import <UIKit/UIKit.h>
@interface UIColor (HexColor)
+ (UIColor *)colorFromHexString:(NSString *)hexString;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment