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 5: Line 5:
  | bundle = com.apple.UserNotificationsUIKit
  | bundle = com.apple.UserNotificationsUIKit
  }}
  }}
=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



Revision as of 22:02, 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 –