<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/objective-c/tags/images</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 14:41:33 GMT</pubDate>
<item>
<title>(Objective C) Build Array of Images with NSMutableArray - ggrngg</title>
<link>http://snipplr.com/view/59236/build-array-of-images-with-nsmutablearray/</link>
<description><![CDATA[ <p>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" this loop will create the array.  Good for creating an image-based animation.</p> ]]></description>
<pubDate>Thu, 29 Sep 2011 03:43:44 GMT</pubDate>
<guid>http://snipplr.com/view/59236/build-array-of-images-with-nsmutablearray/</guid>
</item>
<item>
<title>(Objective C) Images in a Scroll View - espinallab</title>
<link>http://snipplr.com/view/29068/images-in-a-scroll-view/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 01 Mar 2010 15:35:09 GMT</pubDate>
<guid>http://snipplr.com/view/29068/images-in-a-scroll-view/</guid>
</item>
<item>
<title>(Objective C) Post a UIImage to the web - espinallab</title>
<link>http://snipplr.com/view/27693/post-a-uiimage-to-the-web/</link>
<description><![CDATA[ <p>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 file and post is normally inside a XML or JSON instance or we can simulate a normal HTML post. This tutorial will go over the HTML post.</p> ]]></description>
<pubDate>Thu, 04 Feb 2010 10:23:11 GMT</pubDate>
<guid>http://snipplr.com/view/27693/post-a-uiimage-to-the-web/</guid>
</item>
</channel>
</rss>