Xcode 11模拟器不会显示下载的图像

时间:2019-09-28 08:10:42

标签: swift xcode imageview ios13 alamofireimage

将Xcode更新到版本11.0后,我再也看不到AlamofireImage下载的图像。已下载图像并设置了imageView的大小,但没有图像,只有空白的空白区域具有正确的高度和宽度尺寸。

//Downloading the image from a url string
self.imageView.af_setImage(withURL: URL(string: url)!)

仅在xcode模拟器中,在物理设备上就没有问题。

0 个答案:

没有答案