/
Review Screen
Review Screen
Bottom navigation bar
You can inject your own view for the bottom navigation bar if you set GiniBankConfiguration.shared.bottomNavigationBarEnabled
to true
and pass a custom ReviewScreenBottomNavigationBarAdapter
implementation to GiniBankConfiguration.shared.reviewNavigationBarBottomAdapter
:
let customReviewScreenBottomNavigationBarAdapter = CustomReviewScreenBottomNavigationBarAdapter()
GiniBankConfiguration.shared.reviewNavigationBarBottomAdapter = customReviewScreenBottomNavigationBarAdapter
Custom Process button loading indicator
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 GiniBankConfiguration
:
let customOnButtonLoadingIndicatorAdapter = CustomOnButtonLoadingIndicatorAdapter()
GiniBankConfiguration.shared.onButtonLoadingIndicator = customOnButtonLoadingIndicatorAdapter
The example implementation is available here.
UI customization
You can also view the UI customisation guide in Figma here.
, multiple selections available,
Related content
Camera Screen
Camera Screen
Read with this
Review Screen
Review Screen
More like this
Analysis Screen
Analysis Screen
Read with this
Review Screen
Review Screen
More like this
QR Code Scanning Guide
QR Code Scanning Guide
Read with this
Review Screen
Review Screen
More like this