manosim / ui-color

Converting HEX & RGB colors to UIColor for both Objective C & Swift.
https://www.uicolor.io/
MIT License
226 stars 39 forks source link

Change to formatting - [Suggestion] #34

Open christoff-1992 opened 5 years ago

christoff-1992 commented 5 years ago

Happy to open a pull request but how would you feel about updating the formatting?

UIColor(red:0.94, green:0.18, blue:0.17, alpha:1.0)

to include a space after the ':'

UIColor(red: 0.94, green: 0.18, blue: 0.17, alpha: 1.0)

LabLamb commented 5 years ago

I actually wanted this