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
OnBoardingKit.framework: Difference between revisions - iPhone Development Wiki

OnBoardingKit.framework: Difference between revisions

From iPhone Development Wiki
m (EthanRDoesMC moved page OnBoardingKit to OnBoardingKit.framework: Ethan did a dumb dumb)
m (We have inbuilt header links now.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{infobox Framework
{{infobox Framework
| vis = Private
| vis = Private
| since = 13.0
| since = 12.0
| classID = OB
| classID = OB
}}
}}
'''OnBoardingKit''' is a framework that handles the "Apple and Privacy", "Welcome To", and "What's New In..." interfaces seen in most Apple apps since iOS 12. It is loaded into all apps, thus making it extremely useful for just about any project.


'''OnBoardingKit''' is a framework that handles the "Apple and Privacy", "Welcome To", and "What's New In..." interfaces seen in most Apple apps since iOS 13. It is loaded into all apps, thus making it extremely useful for just about any project.
Load it into your project by adding <tt>OnBoardingKit</tt> to the <tt>(project name)_PRIVATE_FRAMEWORKS</tt> section of your makefile.
 
[https://developer.limneos.net/?ios=13.1.3&framework=OnBoardingKit.framework Headers]




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

Latest revision as of 03:21, 8 July 2022

OnBoardingKit.framework
Private Framework
Availabile 12.0 – present
Class Prefix OB
Headers [headers.cynder.me]

OnBoardingKit is a framework that handles the "Apple and Privacy", "Welcome To", and "What's New In..." interfaces seen in most Apple apps since iOS 12. It is loaded into all apps, thus making it extremely useful for just about any project.

Load it into your project by adding OnBoardingKit to the (project name)_PRIVATE_FRAMEWORKS section of your makefile.