Overview Screen (Return Assitant)
UI customization
Â
Bottom navigation bar
You can show a bottom navigation bar by passing true to GiniBankConfiguration.shared.bottomNavigationBarEnabled
. There is a default implementation, but you can also use your own by implementing the DigitalInvoiceNavigationBarBottomAdapter
interface and passing it to GiniBankConfiguration.shared.digitalInvoiceNavigationBarBottomAdapter
.