Skip Navigation

Hide or show the
BlackBerry Dynamics Launcher

The following samples show how to hide or show the
BlackBerry Dynamics Launcher
button.
Use the
GTLauncherViewController.launcherButtonHidden
boolean property.
To hide the Launcher button:
GTLauncherViewController *launcherVC = (GTLauncherViewController *)viewController; launcherVC.launcherButtonHidden = YES;
To show the Launcher button:
GTLauncherViewController *launcherVC = (GTLauncherViewController *)viewController; launcherVC.launcherButtonHidden = NO;