swift 4 makeToast with url(Kingfisher,Toast-Swift)

时间:2018-01-24 12:40:47

标签: swift toast kingfisher

我有一个祝酒词: 我使用https://github.com/scalessec/Toast-Swift

self.navigationController?.view.makeToast(toastMsg, duration: 1.2, position: CGPoint(x: self.view.frame.width / 2, y: self.view.frame.height - 105), title: nil, image: UIImage(named:"myImage", style: nil, completion: nil)

如何将图像更改为下载的翠鸟图像?

let Image = ImageDownloader.default.downloadImage(with: URL(string: "myURL...")!)

感谢您的帮助!

0 个答案:

没有答案