...
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 GiniBankConfigurationGiniConfiguration.shared.customMenuItems
using a list of HelpMenuItem
structs:
...
You can also disable the supported formats help screen by passing false
to GiniBankConfigurationGiniConfiguration.shared.shouldShowSupportedFormatsScreen
.