Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
NCVibrantWidgetSecondaryHighlightStyling - iPhone Development Wiki

NCVibrantWidgetSecondaryHighlightStyling

From iPhone Development Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Source Code

@implementation NCVibrantWidgetSecondaryHighlightStyling
- (CGFloat)alpha {
   return 1;
}
- (UIColor *)color {
   return [UIColor colorWithRed:0 green:0 blue:0 alpha:0.42];
}
- (long long)style {
   return 10;
}
@end