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 - iPhone Development Wiki

OBButtonTray

From iPhone Development Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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!"];