标签: ios objective-c caching parse-platform
我正在使用iOS Parse,我想知道图像是否已被缓存以决定某些动画。
有什么好主意吗?非常感谢!
答案 0 :(得分:1)
PFImageView.file.dataAvailable应该可以工作。