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
No edit summary
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''' is a private framework that was introduced in iOS 10 to handle the new style notifications


=Classes=
==Classes==




=C 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''
|label1=Stuff
|data1=Thing
}}
}}


{{Navbox Classes}}
{{Navbox Classes}}
{{Navbox Frameworks}}
{{Navbox Frameworks}}

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