选择多张照片,如Imessage和Android消息Xamarin表单



是否可以像Imessage一样显示图库中的所有图像?

显示图库中的图像,如 imessage

我需要能够在不去图库的情况下从图库中选择图像

应用正在使用 xamarin 表单 4.0

根据您的描述,您想从图库中选择多张图像,我找到了两篇关于此的文章,一篇是使用CarouselView显示所选图像,

https://medium.com/swlh/select-multiple-images-from-the-gallery-in-xamarin-forms-df2e037be572

另一种方法是使用FlowListView来显示选定的图像。

https://xamgirl.com/select-multiple-images-from-gallery-in-xamarin-forms/

最新更新