Xue Yu

Results 1 comments of Xue Yu

Yes, the UIImage can be created by `UIImage.gif(data: Data)` Code would be something like this: let url = URL(string: url) let data = try? Data(contentsOf: url!) let gifImage = UIImage.gif(data:...