Page Properties |
---|
|
Status | Status |
---|
colour | YellowGreen |
---|
title | for reviewapproved |
---|
|
|
---|
Approver | Nadzeya Karaban |
---|
|
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 |
---|
|
let customHelpBottomNavigationBarAdapter = CustomHelpBottomNavigationBarAdapter()
GiniConfiguration.shared.helpNavigationBarBottomAdapter = customHelpBottomNavigationBarAdapter |
...
Custom help screens
You can show your own help screens in the Gini Capture SDK. You can and append them to the list on the main help screen. To do this, pass the title and view controller UIViewController
for each screen to the GiniConfiguration.shared.customMenuItems
using a list of HelpMenuItem
structs.custom
objects:
Code Block |
---|
|
let customMenuItemcustomHelpItems = [HelpMenuItem.custom("Custom menu item", CustomMenuItemViewController())]
configurationGiniConfiguration.shared.customMenuItems = [customMenuItem]
|
The example implementation is available here.
...
...
UI customisation
Figma for confluence lite |
---|
nodeUrl | https://www.figma.com/filedesign/1985HMF83siAXmysSn3dC6ckyVTU2HrP7iADs6kIkDJY/iOS-Gini-Capture-SDK-3.0.010-UI-Customisation?type=design&node-id=141-2328&t=GrTjZi5kGD3EfjE1-1 |
---|
height | 1000px |
---|
|