Spotfire® Deployment Kit for Apple iOS

Hiding the Examples view

You can configure the app to hide the Examples view.

About this task

Perform this task in the copy of the DeploymentKitApp in Xcode on your computer. In Xcode Project navigator, browse to and open DeploymentKitApp > MyConfiguration.

Procedure

  1. In DeploymentKitApp > MyConfiguration, find the key labeled HideExamples.
    Key Type Value
    HideExamples Boolean NO
  2. Change the value from NO to YES.
    Note: In the Source Code view, this section is displayed as follows.
    <key>HideExamples</key>
    <true/>
    Key Type Value
    HideExamples Boolean YES

Results

The sidebar menu item to open the Examples view and the default Examples view presentation are not present if this key is set to YES. Setting the value to NO is equivalent to not having this key in the configuration file.