, - , - , . Slate Blue, Apple:
[UIColor colorWithRed:0.22f green:0.33f blue:0.53f alpha:1.0f]
:
@interface UIColor (mxcl)
+ (UIColor *)slateBlueColor;
@end
@implementation UIColor (mxcl)
+ (UIColor *)slateBlueColor { return [UIColor colorWithRed:0.22f green:0.33f blue:0.53f alpha:1.0f]; }
@end
source
share