Disable user actions and views

You can disable the appearance of several views in the app, and you can control whether the user can add or edit libraries and Favorites view entries.

Consider the outcome for disabling actions and views. For example, if you choose to hide both the Favorites view, Examples view, or the Recently viewed view in the app, then by default, the app starts with an empty view. If you set these configuration options to YES, you should specify an AppStartupAction so that the user can interact with a working view at app start-up time.

Note: You can customize most settings in MyConfiguration.plist by editing key and value pairs in the Property List view in XCode.
Related reference