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
colourYellow
titlefor review

Approver

Nadzeya Karaban

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 GiniBankConfiguration.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 the supported formats help screen by passing false to GiniBankConfiguration.shared.shouldShowSupportedFormatsScreen.