Skip to end of banner
Go to start of banner

Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

You can show your own help screens in the Gini Bank SDK. You can pass the title and view controller for each screen to the GiniConfiguration.shared.customMenuItems using a list of HelpMenuItem structs:

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

        configuration.customMenuItems = [customMenuItem]

You can also disable the supported formats help screen by passing false to GiniConfiguration.shared.shouldShowSupportedFormatsScreen.

 shouldShowDragAndDropTutorial

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

@objc
public var shouldShowDragAndDropTutorial: Bool

Valid for iPad only.

Read more in UI Customization Guide Help Screen.

  • No labels