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
No edit summary
(Undo revision 4831 by Andrewwiik (talk))
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
  | bundle = com.apple.UserNotificationsUIKit
  | bundle = com.apple.UserNotificationsUIKit
  }}
  }}
=Summary=
'''UserNotificationsUIKit''' is a private framework that was introduced in iOS 10 to handle the new style notifications
'''UserNotificationsUIKit''' was introduced as a private framework in iOS 10 to deal with the new notifications style


=Classes=
==Classes==




=Functions=
==Functions==


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


{{Navbox Classes}}
{{Navbox Frameworks}}
{{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