Onboarding Screen (Return Assistant)


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 DigitalInvoiceOnboardingNavigationBarBottomAdapter interface and passing it to GiniBankConfiguration.shared.digitalInvoiceOnboardingNavigationBarBottomAdapter.


Custom illustration view

If you want to animate the illustrations on the onboarding pages, implement the OnboardingIllustrationAdapter interface to inject a view that can animate images (for example, Lottie) and pass it to the digitalInvoiceOnboardingIllustrationAdapter when configuring the GiniBankConfiguration.shared instance.