Analysis Screen


UI customization

This screen doesn't show a bottom navigation bar even if the value passed to GiniCapture.newInstance().setBottomNavigationBarEnabled() is true.


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 GiniConfiguration.shared.customLoadingIndicator.

The example implementation is available here.