Welcome To Snipplr


Everyone's Recent Objective C Snippets Tagged images



« Prev 1 Next »
Very simple use of an non-animating spritesheet for iOS
0 820 posted 10 years ago by sidneydekoning
Rather than creating an array of images where you list each image individually this will loop through images that all have the filename "frame-X.png" where X is a number from 1 to 20. So if you have a series of images "frame-1.png", "frame-2.png" th...
0 1218 posted 12 years ago by ggrngg
1 907 posted 14 years ago by espinallab
So here is something a lot of people have been wondering to do in the forums. How do I take a UIImage or any image and post it to a website. So this will go over how to do that. There are two ways to tackle this issue. One we can base64 encode the...
2 869 posted 14 years ago by espinallab
« Prev 1 Next »