Replies: 2 comments 2 replies
-
I was able to customize the preview screen by following the suggestion of @AlexV525 to override But this seems like a brittle solution because when the source repo implementation of Thanks for the help and for the great package! |
Beta Was this translation helpful? Give feedback.
-
This is a very impressive package!!!
I'm able to successfully customize the picker UX by passing my custom
AssetPickerBuilderDelegate
intoAssetPicker.pickAssetsWithDelegate()
.But I can't figure out how to customize the preview UX. (See an example of the screen I want to customize below.)
I think I need to create a custom
AssetPickerViewerBuilderDelegate
, but I don't' understand how to tell AssetPicker to use my customAssetPickerViewerBuilderDelegate
.I'd appreciate any guidance. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions