Skip to content

holgersindbaek/HexColor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexColors

With this category it is easy to handle HEX and RGB Colors within the UIColor and NSColor class (iOS and OSX).

Example

UIColor *colorWithHex = [UIColor colorWithHexString:@"#ff8942" alpha:1];

It's really easy. Instead of recalculating HEX colors to RGB use this little category like a boss!

Installation

  • #import HexColors.h where you want to use the HEX Categories
  • pod install HexColors
  • or just drag the source files in your project

About

Easy HEX- and RGB-Color Handling for UIColors as a category.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 87.9%
  • Ruby 12.1%