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
(instructions)
m (removed weird space)
Line 4: Line 4:
| 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 13. 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.



Revision as of 07:04, 30 June 2020

OnBoardingKit.framework
Private Framework
Availabile 13.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 13. 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.

Headers