• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 14.0.8198.18
GTLauncherSettingsViewController Class Reference

BlackBerry Dynamics Launcher settings view controller. More...

#import <BlackBerryDynamics/GD/GTLauncherSettingsViewController.h>

Description

This class represents the Launcher settings view controller class. Host applications that choose to implement the delegate method

-[id <GTLauncherViewControllerDelegate> settingsViewControllerForLauncherViewController:]

and return their own settings view controller must make this settings view controller accessible from within their settings hierarchy.

As an example, the host application's setting view controller is a UINavigationController who's visible view controller is a subclass of UITableViewController. One of the cells of the latter controller has a selection behavior of pushing the Launcher's settings view controller to the navigation stack.

Applications that choose not to provide a custom settings view controller may ignore this class as it will be presented automatically when a user taps on the settings icon within Launcher.

Use the standard init method to load the Launcher view controller. Using initWithNibName:bundle: will throw an exception.

Localization
Because the term Launcher is a brand, references to it should be made with an English-only translation.


The documentation for this class was generated from the following file: