如何停止 imageView 加载远程图像?

How to stop an imageView loading a remote image?

有没有办法告诉 imageView 停止加载远程图像?

这将是加载了 imageView

的图像 属性 的图像

我通过设置 imageView.image = null;

解决了这个问题