UIImagePickerController不能正确显示GIF

问题描述 投票:0回答:1

我正在使用UIImagePickerController为我的应用程序。有了它,用户可以选择所有不同类型的视觉媒体 - 图像,GIF和视频(电影)。

但是,GIFs在“Edit image”屏幕中显示为图像,默认情况下附带UIImagePickerController。他们不动。

我不确定,但有没有办法告诉imagePickerController在“Edit image”屏幕上播放GIF?

以下是一些图片,向您展示我的意思:

Unanimated gif in the image album

GIF still not animated when user selects it and gets to this screen

在这里你可以看到,UIImagePickerViewController的两个屏幕都没有正确显示GIFs

任何帮助,将不胜感激!

ios swift uiimagepickercontroller gif
1个回答
0
投票

有没有办法告诉imagePickerController在“编辑图像”屏幕中播放GIF

没有。在任何公共API中都没有内置的GIF动画显示。

© www.soinside.com 2019 - 2024. All rights reserved.