标签: 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模拟器中,在物理设备上就没有问题。