<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Geek Blog &#187; uiimage</title>
	<atom:link href="http://www.artin.org/geekblog/tag/uiimage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artin.org/geekblog</link>
	<description>A place to write down the crap from my brain</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:45:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Loading a UIImage from a bundle</title>
		<link>http://www.artin.org/geekblog/2009/06/loading-a-uiimage-from-a-bundle/</link>
		<comments>http://www.artin.org/geekblog/2009/06/loading-a-uiimage-from-a-bundle/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 00:33:36 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[uiimage]]></category>

		<guid isPermaLink="false">http://www.artin.org/geekblog/?p=33</guid>
		<description><![CDATA[I&#8217;ve been scratching my freaking head for an hour trying to figure out how to load an image from my application&#8217;s bundle.  Doing this in Interface Builder is easy as pie, but not so straightforward. [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@&#8221;thefilename&#8221; ofType:@&#8221;jpg&#8221;]]; Easy, isn&#8217;t it?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been scratching my freaking head for an hour trying to figure out how to load an image from my application&#8217;s bundle.  Doing this in Interface Builder is easy as pie, but not so straightforward.</p>
<p>[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@&#8221;thefilename&#8221; ofType:@&#8221;jpg&#8221;]];</p>
<p>Easy, isn&#8217;t it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.artin.org/geekblog/2009/06/loading-a-uiimage-from-a-bundle/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

