Gallery Album Screen

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

UI customization