Gallery Album Screen
Bottom navigation bar
You can inject your own view for the bottom navigation bar if you set GiniBankConfiguration.shared.shared.bottomNavigationBarEnabled
to true
and pass a custom ImagePickerBottomNavigationBarAdapter
implementation to GiniBankConfiguration.shared.shared.imagePickerNavigationBarBottomAdapter
:
let customImagePickerBottomNavigationBarAdapter = CustomImagePickerBottomNavigationBarAdapter()
GiniBankConfiguration.shared.imagePickerNavigationBarBottomAdapter = customImagePickerBottomNavigationBarAdapter
UI customization
You can also view the UI customisation guide in Figma here.
Â