NCVibrantWidgetPrimaryHighlightStyling
Revision as of 00:45, 23 December 2016 by Andrewwiik (talk | contribs)
Source Code
@implementation NCVibrantWidgetPrimaryHighlightStyling
- (CGFloat)alpha {
return 1;
}
- (UIColor *)color {
return [UIColor colorWithRed:0 green:0 blue:0 alpha:0.5];
}
- (long long)style {
return 9;
}
@end