<?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>Mobile Developer Tips &#187; Rodney Aiglstorfer</title>
	<atom:link href="http://MobileDeveloperTips.com/author/rodney/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 16 May 2012 12:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using NSScanner to convert Hex to RGB Color</title>
		<link>http://MobileDeveloperTips.com/general/using-nsscanner-to-convert-hex-to-rgb-color.html</link>
		<comments>http://MobileDeveloperTips.com/general/using-nsscanner-to-convert-hex-to-rgb-color.html#comments</comments>
		<pubDate>Sat, 28 Feb 2009 18:31:59 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1604</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/general/using-nsscanner-to-convert-hex-to-rgb-color.html">Using NSScanner to convert Hex to RGB Color</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Using NSScanner to convert Hex to RGB Color is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved I&#8217;ve found that defining a custom UIColor using RGB values is a little counter intuitive compared to the more common hexadecimal notation used in CSS. This is particularly true if you want to define a color [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/objective-c/categories.html' rel='bookmark' title='Categories'>Categories</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/how-to-compute-string-sizes.html' rel='bookmark' title='How to Get Width/Size/Length of UIString in a Specific Font'>How to Get Width/Size/Length of UIString in a Specific Font</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/general/using-nsscanner-to-convert-hex-to-rgb-color.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Launching Your Own Application via a Custom URL Scheme</title>
		<link>http://MobileDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 02:40:21 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1251</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html">Launching Your Own Application via a Custom URL Scheme</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Launching Your Own Application via a Custom URL Scheme is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved One of the coolest features of the iPhone SDK is an application&#8217;s ability to &#8220;bind&#8221; itself to a custom URL scheme and for that scheme to be used to launch itself from either a browser [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application-part-2.html' rel='bookmark' title='Launching Other Apps within an iPhone Application (Part 2)'>Launching Other Apps within an iPhone Application (Part 2)</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application.html' rel='bookmark' title='Launching Other Apps within an iPhone Application'>Launching Other Apps within an iPhone Application</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html' rel='bookmark' title='Launching the Browser from within an iPhone application'>Launching the Browser from within an iPhone application</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html/feed</wfw:commentRss>
		<slash:comments>100</slash:comments>
		</item>
		<item>
		<title>Launching Other Apps within an iPhone Application (Part 2)</title>
		<link>http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application-part-2.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application-part-2.html#comments</comments>
		<pubDate>Mon, 15 Dec 2008 00:06:03 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1234</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application-part-2.html">Launching Other Apps within an iPhone Application (Part 2)</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Launching Other Apps within an iPhone Application (Part 2) is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved To continue on the types of URL Schemes that are supported by the iPhone (see Part 1); today I will show you how to: Launch YouTube &#8220;Deep Link&#8221; to content in iTunes YouTube Links The [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application.html' rel='bookmark' title='Launching Other Apps within an iPhone Application'>Launching Other Apps within an iPhone Application</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html' rel='bookmark' title='Launching the Browser from within an iPhone application'>Launching the Browser from within an iPhone application</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/how-to-unfreeze-your-iphone-application.html' rel='bookmark' title='How to &#8220;unfreeze&#8221; your iPhone Application'>How to &#8220;unfreeze&#8221; your iPhone Application</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to &#8220;fix&#8221; Subversion in XCode 3</title>
		<link>http://MobileDeveloperTips.com/xcode/how-to-fix-subversion-in-xcode-3.html</link>
		<comments>http://MobileDeveloperTips.com/xcode/how-to-fix-subversion-in-xcode-3.html#comments</comments>
		<pubDate>Wed, 10 Dec 2008 18:58:37 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1220</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/xcode/how-to-fix-subversion-in-xcode-3.html">How to &#8220;fix&#8221; Subversion in XCode 3</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
How to &#8220;fix&#8221; Subversion in XCode 3 is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved If you don&#8217;t take the necessary steps to prepare for subversion, you will run into problems using it in XCode. This is because XCode produces files that &#8220;confuse&#8221; Subversion because it either thinks they are text files [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/book-reviews/xcode-3-unleashed-part-i.html' rel='bookmark' title='Xcode 3 Unleashed, Part I'>Xcode 3 Unleashed, Part I</a></li>
<li><a href='http://MobileDeveloperTips.com/book-reviews/xcode-3-unleashed-part-ii.html' rel='bookmark' title='Xcode 3 Unleashed, Part II'>Xcode 3 Unleashed, Part II</a></li>
<li><a href='http://MobileDeveloperTips.com/xcode/xcode-fixme-and-todo.html' rel='bookmark' title='Xcode FIXME and TODO'>Xcode FIXME and TODO</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/xcode/how-to-fix-subversion-in-xcode-3.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Mask an Image</title>
		<link>http://MobileDeveloperTips.com/cocoa/how-to-mask-an-image.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/how-to-mask-an-image.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 21:32:46 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1194</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/how-to-mask-an-image.html">How to Mask an Image</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
How to Mask an Image is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Masking an image enables a developer to create images with irregular shapes dynamically. Masking is often used to create a user interface that is more compelling and less boring. Take for example the following example &#8230; Creating the mask [...]]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/how-to-mask-an-image.html/feed</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>&#8220;Default.png&#8221; the secret of the load screen &#8230;</title>
		<link>http://MobileDeveloperTips.com/cocoa/defaultpng-the-secret-of-the-load-screen.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/defaultpng-the-secret-of-the-load-screen.html#comments</comments>
		<pubDate>Sat, 22 Nov 2008 04:09:47 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=1070</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/defaultpng-the-secret-of-the-load-screen.html">&#8220;Default.png&#8221; the secret of the load screen &#8230;</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
&#8220;Default.png&#8221; the secret of the load screen &#8230; is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Ever wondered how all of the applications on your iPhone seem to show a loading screen or &#8220;boilerplate&#8221; as soon as the icon is touched and wondered how they get the image to appear quickly? Well [...]]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/defaultpng-the-secret-of-the-load-screen.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to &#8220;unfreeze&#8221; your iPhone Application</title>
		<link>http://MobileDeveloperTips.com/cocoa/how-to-unfreeze-your-iphone-application.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/how-to-unfreeze-your-iphone-application.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 04:32:25 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=978</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/how-to-unfreeze-your-iphone-application.html">How to &#8220;unfreeze&#8221; your iPhone Application</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Have you ever found yourself stumped because your application locks up but doesn't seem to crash or in any other way indicate that there is an error?  If you have, then you are likely the victim of a common problem that can occur when you attempt to make certain changes to the UI outside of the main thread.  Put more technically ... you are doing something that is not "Thread Safe".
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/a-java-developers-guide-to-threads-on-iphone.html' rel='bookmark' title='A Java Developer&#8217;s Guide to Threads on iPhone'>A Java Developer&#8217;s Guide to Threads on iPhone</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application.html' rel='bookmark' title='Launching Other Apps within an iPhone Application'>Launching Other Apps within an iPhone Application</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html' rel='bookmark' title='Launching the Browser from within an iPhone application'>Launching the Browser from within an iPhone application</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/how-to-unfreeze-your-iphone-application.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Prevent iPhone from Sleeping</title>
		<link>http://MobileDeveloperTips.com/cocoa/how-to-prevent-iphone-from-sleeping.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/how-to-prevent-iphone-from-sleeping.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 04:43:07 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=931</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/how-to-prevent-iphone-from-sleeping.html">How to Prevent iPhone from Sleeping</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
How to Prevent iPhone from Sleeping is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved The automatic sleep timer is one of the ways the iPhone saves power. If the screen isn&#8217;t touched for a certain amount of time, it dims the screen and eventually turns it off. Although you should leave the [...]]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/how-to-prevent-iphone-from-sleeping.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Width/Size/Length of UIString in a Specific Font</title>
		<link>http://MobileDeveloperTips.com/cocoa/how-to-compute-string-sizes.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/how-to-compute-string-sizes.html#comments</comments>
		<pubDate>Wed, 29 Oct 2008 04:27:57 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=927</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/how-to-compute-string-sizes.html">How to Get Width/Size/Length of UIString in a Specific Font</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
How to Get Width/Size/Length of UIString in a Specific Font is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved If you&#8217;ve ever been frustrated trying to find a way to compute the height of a string that wraps you will know my pain. Recently, I discovered that UIKit has made some addition to [...]]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/how-to-compute-string-sizes.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Launching Other Apps within an iPhone Application</title>
		<link>http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application.html</link>
		<comments>http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application.html#comments</comments>
		<pubDate>Mon, 27 Oct 2008 05:09:18 +0000</pubDate>
		<dc:creator>Rodney Aiglstorfer</dc:creator>
				<category><![CDATA[Cocoa]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=884</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application.html">Launching Other Apps within an iPhone Application</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Launching Other Apps within an iPhone Application is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In an earlier post I talked about how to launch the browser from within an iPhone application using the UIApplication:openURL: method. It is also possible to use this same technique to launch other applications on the iPhone [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html' rel='bookmark' title='Launching the Browser from within an iPhone application'>Launching the Browser from within an iPhone application</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application.html/feed</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
	</channel>
</rss>

