CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Oct 2016 |
Maintained by roycms.
RGB color value to the UIColor conversion kit.
#import "RRGB.h"
return type UIColor
[self.view setBackgroundColor:RGB(@"#1abc9d")];
[self.view setBackgroundColor:RGB16(0x1abc9d)];