Analysis Screen
Custom loading indicator
You can show a customized activity indicator on this screen by passing your custom CustomLoadingIndicatorAdapter
implementation to GiniBank
:
let myCustomOnButtonLoadingIndicatorAdapter:CustomLoadingIndicatorAdapter = MyCustomLoadingIndicatorAdapter();
GiniBank.setCaptureConfiguration(
CaptureConfiguration(
customLoadingIndicatorAdapter = myCustomOnButtonLoadingIndicatorAdapter
)
)
UI customisation
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 GiniBank.setCaptureConfiguration(CaptureConfiguration(bottomNavigationBarEnabled = ))
is true
.
Â
Gini GmbH | Ridlerstr. 57 | 80339 München