UserNotificationsUIKit.framework: Difference between revisions

From iPhone Development Wiki
(Introduction of MPUFoundation framework)
(Undo revision 4831 by Andrewwiik (talk))
 
Line 1: Line 1:
{{infobox Framework
{{infobox Framework
  | vis = Private
  | vis = Private
  | since = 8.0
  | since = 10.0
  | classID = MPU
  | classID = NC
| bundle = com.apple.UserNotificationsUIKit
  }}
  }}
'''MPUFoundation''' is a private framework that was introduced in iOS 8 to handle the UI aspect of Audio and Video controls/interfaces
'''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 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