Analysis Screen
Custom loading indicator
You can show a custom loading indicator with custom animation support. Your custom loading indicator should implement CustomLoadingIndicatorAdapter
interface and be passed to GiniBankConfiguration.shared.customLoadingIndicator
:
let customLoadingIndicatorAdapter = CustomLoadingIndicatorAdapter()
GiniBankConfiguration.shared.customLoadingIndicator = customLoadingIndicatorAdapter
The example implementation is available here.
UI customization
You can also view the UI customisation guide in Figma here.
This screen doesn't show a bottom navigation bar even if the value passed to GiniBankConfiguration.share.bottomNavigationBarEnabled = true
.