/ Published in: Objective C
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
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
self.theColour = [[UIColor alloc] initWithRed:(210/255.f) green:(121/255.f) blue:(156/255.f) alpha:1];