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
OBButtonTray: Difference between revisions - iPhone Development Wiki

OBButtonTray: Difference between revisions

From iPhone Development Wiki
(Button tray, but I haven't documented the buttons yet)
 
(No difference)

Latest revision as of 22:56, 29 June 2020

OBButtonTray is a UIView subclass in OnBoardingKit.framework.

It can contain multiple buttons as well as a "caption label", a small UILabel usually reserved for legal text.

An instance of OBButtonTray is automatically created during the initialization of an OBWelcomeController and can be accessed from the latter.

Adding caption text

[buttonTray addCaptionText:@"This text is really small!"];