ImagePickerBottomNavigationBarAdapter
public protocol ImagePickerBottomNavigationBarAdapter : InjectedViewAdapter
Protocol for injecting a custom bottom navigation bar on the image picker screen.
Note
Bottom navigation only.-
Set the callback for the back button action.
Declaration
Swift
func setBackButtonClickedActionCallback(_ callback: @escaping () -> Void)Parameters
callbackAn action callback, which should be retained and called in back button action method
View on GitHub
ImagePickerBottomNavigationBarAdapter Protocol Reference