How to view .img files?

If you want to open .img files, you can use 7-zip, which is freeware… http://www.7-zip.org/ Once installed, right click on the relevant img file, hover over “7-zip”, then click “Open Archive”. Bear in mind, you need a seperate program, or Windows 7 to burn the image to disc! Hope this helps! Edit: Proof that it works (not … Read more

How to view .img files?

If you want to open .img files, you can use 7-zip, which is freeware… http://www.7-zip.org/ Once installed, right click on the relevant img file, hover over “7-zip”, then click “Open Archive”. Bear in mind, you need a seperate program, or Windows 7 to burn the image to disc! Hope this helps! Edit: Proof that it works (not … Read more

Load Animated gif in UIImageView IOS

I would recommend breaking out the frames of that gif and use animatedImageNamed:duration: – you can name them all the similar name with a number change at the end. For instance: loading-1.png loading-2.png loading-3.png etc. Xcode will recognize you want multiple images and will play those through in order. Look at THIS