Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can inject your own view for the bottom navigation bar if you set GiniBankConfiguration.shared.bottomNavigationBarEnabled to true and pass a custom CameraBottomNavigationBarAdapter implementation to GiniBankConfiguration.shared.cameraNavigationBarBottomAdapter:

Code Block
languageswift
let customCameraNavigationBarBottomAdapter = CustomCameraBottomNavigationBarAdapter()

GiniBankConfiguration.shared.cameraNavigationBarBottomAdapter = customCameraNavigationBarBottomAdapter

...

Code Block
languageswift
let customLoadingIndicatorAdapter = new MyCustomLoadingIndicatorAdapter();

GiniBankConfiguration.shared.customLoadingIndicator = customLoadingIndicatorAdapter