Skip to end of banner
Go to start of banner

Gallery Album Screen

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

UI customization


Bottom navigation bar

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

let customImagePickerBottomNavigationBarAdapter = CustomImagePickerBottomNavigationBarAdapter()

GiniConfiguration.shared.imagePickerNavigationBarBottomAdapter = customImagePickerBottomNavigationBarAdapter
  • No labels