How to load animated GIF image as UIImage from *.imageset
folder with different resolutions, without any additional pods?
If i put my GIF images in *.imageset
folder they correctly display in XCode http://take.ms/7fsCp, but when i try to load it with UIImage, it returns nil
UIImage *image = [UIImage imageNamed: @"help_image"];
How to make it works?