我用这个SwiftGif图书馆。我将一些gif放入UIImageView。这是我的代码:dispatch_async(dispatch_get_main_queue(),{self.img1.image=UIImage.gifWithURL("http://mywebsite/img1.gif")self.img2.image=UIImage.gifWithURL("http://mywebsite/img2.gif")self.img3.image=UIImage.gifWithURL("http://mywebsite/img1.gif")})gif可以正确显示,但动画速度很慢。我