Versions Compared

Key

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

Status

Status
colourGreen
titleapproved

Approver

Nadzeya Karaban

...

Table of Contents

Bottom navigation bar

You can inject your own view for the bottom navigation bar if you set GiniConfiguration.shared.bottomNavigationBarEnabled to true and pass a custom HelpBottomNavigationBarAdapter implementation to GiniConfiguration.shared.helpNavigationBarBottomAdapter:

Code Block
languageswift
let customHelpBottomNavigationBarAdapter = CustomHelpBottomNavigationBarAdapter()

GiniConfiguration.shared.helpNavigationBarBottomAdapter = customHelpBottomNavigationBarAdapter

...

Custom help screens

You can show your own help screens and append them to the list on the main help screen. To do this, pass the title and UIViewController for each screen to the GiniConfiguration.shared.customMenuItems using a list of HelpMenuItem.custom objects:

Code Block
languageswift
customHelpItems = [HelpMenuItem.custom("Custom menu item", CustomMenuItemViewController())]

GiniConfiguration.shared.customMenuItems = customHelpItems

...

UI customisation

Figma for confluence lite
nodeUrlhttps://www.figma.com/filedesign/hxgxewJy4t08Pb0qK2TbxAckyVTU2HrP7iADs6kIkDJY/iOS-Gini-Capture-SDK-3.1.210-UI-Customisation?type=design&node-id=141-2328&mode=design&t=pSN0K2ogUdkWzROtGrTjZi5kGD3EfjE1-41
height1000px

...