My setBackgroundColor is Always Different from photoshop
My designers asks me to show a UIView with a Photoshop's RGB of 125, 178, 60. So I set the color as in the code below: + (UIColor *) okThronColor { return [UIColor colorWithRed:(CGFloat)(125.0/255.0) green:(CGFloat)(178.0/255.0) blue:(CGFloat)(60.0/255.0) alpha:1]; } Photoshop says…