0

我有一个 Toast:我使用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...")!)

感谢您的帮助!

4

0 回答 0