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.In this section, you can learn how to customize your analysis screen.
Table of Contents |
---|
minLevel | 1 |
---|
maxLevel | 6 |
---|
outline | false |
---|
type | list |
---|
printable | false |
---|
|
...
UI customization
Figma for confluence lite |
---|
nodeUrl | https://www.figma.com/file/1985HMF83siAXmysSn3dC6/iOS-Gini-Capture-SDK-3.0.0-UI-Customisation?type=design&node-id=501-7494 |
---|
|
...
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.