<?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>TiMeister - Online Project Management Software &#187; objective c</title>
	<atom:link href="http://www.timeister.com/tag/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timeister.com</link>
	<description>Online Project Management  Software</description>
	<lastBuildDate>Sun, 18 Jul 2010 20:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Objective C: Cache Image on iPhone</title>
		<link>http://www.timeister.com/2009/09/objective-c-cache-image/</link>
		<comments>http://www.timeister.com/2009/09/objective-c-cache-image/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:09:22 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=458</guid>
		<description><![CDATA[If you&#8217;re pulling in web data such as images that doesn&#8217;t change but needs to be viewed multiple times, you&#8217;ll want to cache it. Caching images dramatically improves the performance of scrolling tables and other views. Note: this only works for JPG and PNG images. If you have suggestions or find bugs, let me know. [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/09/objective-c-cache-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective C: Read iPhone Preferences From Application</title>
		<link>http://www.timeister.com/2009/07/read-iphone-preferences/</link>
		<comments>http://www.timeister.com/2009/07/read-iphone-preferences/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 10:19:26 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[read preferences]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=420</guid>
		<description><![CDATA[You can read preferences from your iPhone Application using the NSUserDefaults class from iPhone SDK. Here is how you can read the delay value before the phone is starting to dial a number NSUserDefaults *userDefaults = &#91;NSUserDefaults standardUserDefaults&#93;; delayBeforeDialing = &#91;userDefaults floatForKey:@&#34;delayBeforeDialing&#34;&#93;; The key, “delayBeforeDialing” in this example, needs to match the Key value in [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/07/read-iphone-preferences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective C: Show online image on iPhone</title>
		<link>http://www.timeister.com/2009/07/objective-c-online-image-iphone/</link>
		<comments>http://www.timeister.com/2009/07/objective-c-online-image-iphone/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 14:28:51 +0000</pubDate>
		<dc:creator>TiMeister Admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[load image]]></category>
		<category><![CDATA[objective c]]></category>

		<guid isPermaLink="false">http://blog.timeister.com/?p=399</guid>
		<description><![CDATA[By default the UIImageView control from the iPhone sdk does not allow us to load images from a specific url. In this case we do a little tryck and use a UIWebView. - &#40;void&#41;loadImage:&#40;NSString*&#41;url frame:&#40;CGRect&#41;frame &#123; NSString* textHTML = @&#34; &#60;!-- body { background-color: transparent; color: white; } --&#62; &#60;img src=&#34;\&#34; alt=&#34;&#34; width=&#34;%0.0f&#34; height=&#34;%0.0f&#34; /&#62; [...]]]></description>
		<wfw:commentRss>http://www.timeister.com/2009/07/objective-c-online-image-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
