0
圖像加載使用SDWebImage GIF,但未能動畫GIF未能動畫在迅速3
override func draw(_ rect: CGRect) {
let urlpath:String = Bundle.main.path(forResource: "logo", ofType: "gif")!
let url = URL(fileURLWithPath: urlpath)
let data = try? Data(contentsOf: url)
let image:UIImage = UIImage.sd_animatedGIF(with: data)
loaderImage.image = image
}