开发者

How to get the filename from a given UIImage object?

开发者 https://www.devze.com 2022-12-19 11:00 出处:网络
How to get the filename from a given UIImage ob开发者_Python百科ject?No you can\'t, since you can construct a UIImage from pure data without a file.UIImage does not store the file name it was loaded f

How to get the filename from a given UIImage ob开发者_Python百科ject?


No you can't, since you can construct a UIImage from pure data without a file.


UIImage does not store the file name it was loaded from. You need to save it separately somewhere on download for future usage.

0

精彩评论

暂无评论...
验证码 换一张
取 消