Revision: 55748
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 21, 2012 01:59 by bradfields
Initial Code
self.theColour = [[UIColor alloc] initWithRed:(210/255.f) green:(121/255.f) blue:(156/255.f) alpha:1];
Initial URL
Initial Description
Setup a colour. Values are between 0 and 1 so need to do a little bit of maths instead of just boshing them in from Photoshop
Initial Title
Create UIColor From RGB Values
Initial Tags
Initial Language
Objective C