Thanks to Thomas for the answer, I don’t know if this works because I managed to do it now.
Having decrypted GIF after more than a week and still not having successful results, I switched from UIImageView to UIWebView, and the following code made it work.
[self.webView loadData:gifData MIMEType:@"image/gif" textEncodingName:nil baseURL:nil];
source
share