DMDeveloperMenu

final class DMDeveloperMenu

If enabled, the developer can be revealed by tripple-tapping anywhere within the presentingViewController.

Creating a developer menu

Interacting with the developer menu

  • Enables the developer menu if it is currently allowed to do so.

    Whether or not the developer menu is allowed is determined at build time by looking at the active build configuration. It is only allowed for RELEASE and DEBUG builds. Builds that target the app store (configuration APP_STORE) are built without support for a developer menu.

    Declaration

    Swift

    func enableIfAllowed()
  • Undocumented

    Declaration

    Swift

    func showDeveloperMenu()