【发布时间】:2017-04-03 14:24:36
【问题描述】:
考虑到我正在使用启用缓存的 PFImageViews,我想知道是否有办法确定图像是否已经下载。
总而言之,我想说:
if imageAlreadyDownloaded {
...
}
else {
...
}
有可能吗?
【问题讨论】:
-
如果您打算使用它,请在开始实施之前阅读。于 2017 年 1 月 28 日关闭。blog.parse.com/announcements/moving-on..
-
@andyPaul 谢谢,但我知道...我忘了提,我有自己的 Parse Server.. ;-)
标签: ios swift caching parse-platform pfimageview