Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue

Status

Approver

On this page:

Table of Contents

Overview

...

Status
colourGreen
titleapproved

Approver

Nadzeya Karaban

The SDK includes help screens to aid users in getting the best results. You can pass the title and view controller for each screen to the GiniConfiguration.shared.customMenuItems using a list of HelpMenuItem structs:

Code Block
languageswift
 let customMenuItem = HelpMenuItem.custom("Custom menu item", CustomMenuItemViewController())

        configuration.customMenuItems = [customMenuItem]

To deactivate the supported formats help screen, pass false to GiniConfiguration.shared.shouldShowSupportedFormatsScreen.

Expand
titleshouldShowDragAndDropTutorial

Sets if the DragAndDrop step should be shown in the Open with tutorial.

Code Block
languageswift
@objc
public var shouldShowDragAndDropTutorial: Bool

Valid for iPad only.

For more information about UI customization, see Help Screen.