equal
deleted
inserted
replaced
76 +(UIColor *)darkBlueColorTransparent { |
76 +(UIColor *)darkBlueColorTransparent { |
77 return [UIColor colorWithRed:(CGFloat)0x0F/255 green:0 blue:(CGFloat)0x42/255 alpha:0.58f]; |
77 return [UIColor colorWithRed:(CGFloat)0x0F/255 green:0 blue:(CGFloat)0x42/255 alpha:0.58f]; |
78 } |
78 } |
79 |
79 |
80 +(UIColor *)blackColorTransparent { |
80 +(UIColor *)blackColorTransparent { |
81 return [UIColor colorWithRed:0 green:0 blue:0 alpha:0.5f]; |
81 return [UIColor colorWithRed:0 green:0 blue:0 alpha:0.7f]; |
82 } |
82 } |
83 |
83 |
84 @end |
84 @end |
85 |
85 |
86 |
86 |