Skip to content

rizjoj/uicolor-helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

UIColor+Helper

This small category adds the ability to create UIColors from hex strings. Sometimes it's just easier working with hex rather than RGB.

Usage

[UIColor colorWithHexString:@"ff0000"];
[UIColor colorWithHexString:@"ff0000" alpha:0.5];

About

UIColor+Helper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%