Swift KingFisher - 如何显示来自谷歌存储的图片

时间:2017-06-11 02:54:05

标签: swift google-cloud-storage kingfisher

我使用带有swift 3的Kingfisher,我在我的apache服务器上的目录中显示了我的照片。我刚刚更改了Google Cloud Plateform,我的图片现在托管在Google云端存储中,但我无法再检索我的图片,链接似乎是正确的,因为当我在浏览器中使用它时,我可以看到图片(但是地址栏中的网址更改)

Link Google storage of my picture

https://storage.cloud.google.com/dirpicturefortest/53141097041434918.jpg

@IBOutlet var profilPictureCollection: [UIImageView]!

let image = self.profilPictureCollection[picture.rank]
let url = URL(string: "https://storage.cloud.google.com/dirpicturefortest/53141097041434918.jpg")
image.kf.setImage(with: url)

UIImageView保持空白

0 个答案:

没有答案