Versions Compared

Key

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

Status

Status
colourGreen
titleapproved

Approver

Nadzeya Karaban

You can show your own The SDK includes help screens to aid users in getting the Gini Bank SDKbest 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]

You can also disable To deactivate the supported formats help screen by passing , 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.

Read For more in UI Customization Guide information about UI customization, see Help Screen.