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

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
(UserNotificationsUIKit is a private framework that was introduced in iOS 10 to deal with the new style Notifications)
 
(Undo revision 4831 by Andrewwiik (talk))
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{infobox Framework
{{infobox Framework
  | vis = Private
  | vis = Private
  | since = 2.0
  | since = 10.0
  | classID = NC
  | classID = NC
  | bundle = com.apple.UserNotificationsUIKit
  | bundle = com.apple.UserNotificationsUIKit
  }}
  }}
'''UserNotificationsUIKit''' is a private framework that was introduced in iOS 10 to handle the new style notifications
==Classes==
==Functions==
{{function signature
|signature=UIView * NCApplyVibrantStyling(NCVibrantStyling *style, UIView *view, long double unknown, void(^AdditionalCodeToExecute)(void));
|firmware=10.0 – ''latest''
}}
{{Navbox Classes}}
{{Navbox Frameworks}}

Latest revision as of 01:40, 24 December 2016

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

UserNotificationsUIKit is a private framework that was introduced in iOS 10 to handle the new style notifications

Classes

Functions

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