/
Help
Help
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 GiniBankConfiguration.shared.customMenuItems
using a list of HelpMenuItem
structs:
let customMenuItem = HelpMenuItem.custom("Custom menu item", CustomMenuItemViewController())
configuration.customMenuItems = [customMenuItem]
To deactivate the supported formats help screen, pass false
to GiniBankConfiguration.shared.shouldShowSupportedFormatsScreen
.
Valid for iPad only.
For more information about UI customization, see Help Screen.
, multiple selections available,
Related content
Help Screen
Help Screen
Read with this
Help
Help
More like this
Camera Screen
Camera Screen
Read with this
Help
Help
More like this
Overview of UI Customization Options
Overview of UI Customization Options
Read with this
Help
Help
More like this