Versions Compared

Key

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

Status

Status
colourYellow
titlefor review

Approver

Nadzeya Karaban

You can show your own help screens in the Gini Capture SDK. 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]

The example implementation is available here.

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

On this page, you can find out how to customize your help screen.

...

UI customization

Figma for confluence lite
nodeUrlhttps://www.figma.com/file/1985HMF83siAXmysSn3dC6/iOS-Gini-Capture-SDK-3.0.0-UI-Customisation?type=design&node-id=141-2328

The example implementation is available here.

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