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

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

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
UserNotificationsUIKit.framework: Difference between revisions - iPhone Development Wiki

UserNotificationsUIKit.framework: Difference between revisions

From iPhone Development Wiki
No edit summary
No edit summary
Line 8: Line 8:
=Summary=
=Summary=


UserNotificationsUIKit was introduced as a private framework in iOS 10 to deal with the new notifications style
'''UserNotificationsUIKit''' was introduced as a private framework in iOS 10 to deal with the new notifications style


=Classes=
=Classes=
Line 14: Line 14:


=Functions=
=Functions=
{{function signature
|signature=UIView * NCApplyVibrantStyling(NCVibrantStyling *style, UIView *view, long double unknown, void(^AdditionalCodeToExecute)(void));
|firmware=10.0 –
}}
{{Navbox Frameworks}}

Revision as of 22:01, 22 December 2016

UserNotificationsUIKit.framework
Private Framework
com.apple.UserNotificationsUIKit
Availabile 10.0 – present
Class Prefix NC
Headers [headers.cynder.me]


Summary

UserNotificationsUIKit was introduced as a private framework in iOS 10 to deal with the new notifications style

Classes

Functions

Signature UIView * NCApplyVibrantStyling(NCVibrantStyling *style, UIView *view, long double unknown, void(^AdditionalCodeToExecute)(void));
Available in 10.0 –