标签: c# xamarin xamarin.ios mvvmcross
我有一张通过网址加载到MvxImageLoadingView的图片。如何从图像缓存中访问此图像?
MvxImageLoadingView
我尝试使用FFImageLoading.ImageService但我无法访问它。
FFImageLoading.ImageService
我在哪里可以访问此缓存?
答案 0 :(得分:0)
我最终做的是这个。我创建了一个MvxImageLoadingView的新实例,为其提供了网址,然后访问了Image属性以获取该网址的UImage。
Image
UImage
不是最佳解决方案,而是迄今为止我唯一能找到的解决方案。