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 ReviewScreenBottomNavigationBarAdapter
implementation to GiniConfiguration.shared.reviewNavigationBarBottomAdapter
:
Code Block |
---|
|
let customReviewScreenBottomNavigationBarAdapter = CustomReviewScreenBottomNavigationBarAdapter()
GiniConfiguration.shared.reviewNavigationBarBottomAdapter = customReviewScreenBottomNavigationBarAdapter |
There is a default loading indicator on the Process button that shows that the upload is in progress. You can show your own loading indicator by implementing the OnButtonLoadingIndicatorAdapter
interface and passing it to GiniConfiguration
:
Code Block |
---|
|
let customOnButtonLoadingIndicatorAdapter = CustomOnButtonLoadingIndicatorAdapter()
GiniConfiguration.shared.onButtonLoadingIndicator = customOnButtonLoadingIndicatorAdapter |
The example implementation is available here.
UI customisation
Figma for confluence lite |
---|
nodeUrl | https://www.figma.com/design/DWMnaRttjBzDnxhcHm29EV/iOS-Gini-Capture-SDK-3.9-UI-Customisation?node-id=261-8256&t=WPdwl1KYWak8dxmm-1 |
---|
height | 1000px |
---|
|