Difference between revisions of "NCPlusDStyling"
Andrewwiik (talk | contribs) (Created page with "placeholder {{occlass|library=UserNotificationsUIKit.framework|navbox=1}}") |
Andrewwiik (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ==Source Code== | |
− | + | <source lang="objc"> | |
+ | @implementation NCPlusDStyling | ||
+ | - (NSString *)blendMode { | ||
+ | return kCAFilterPlusD; | ||
+ | } | ||
+ | @end | ||
+ | </source> | ||
{{occlass|library=UserNotificationsUIKit.framework|navbox=1}} | {{occlass|library=UserNotificationsUIKit.framework|navbox=1}} |
Latest revision as of 00:31, 23 December 2016
Source Code
@implementation NCPlusDStyling - (NSString *)blendMode { return kCAFilterPlusD; } @end