NCVibrantWidgetSecondaryStyling
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
@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