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