ui-color icon indicating copy to clipboard operation
ui-color copied to clipboard

Converting HEX & RGB colors to UIColor for both Objective C & Swift.

Results 11 ui-color issues
Sort by recently updated
recently updated
newest added

Love the site. My one suggestion would be that the Cocoa standard seems to usually be `/255` fractions: ``` [UIColor colorWithRed:145.0/255.0 green:76.0/255.0 blue:76.0/255.0 alpha:1]; ``` Rather than uicolor.io's decimal output:...

enhancement