<?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>Le Blog &#187; Objective-C</title>
	<atom:link href="http://www.normyee.net/blog/category/objective-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.normyee.net/blog</link>
	<description>Norm Yee</description>
	<lastBuildDate>Fri, 18 Oct 2013 06:57:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>Xcode freezing up or hanging, using 100% CPU for no apparent reason?</title>
		<link>http://www.normyee.net/blog/2011/12/12/xcode-freezing-up-or-hanging-using-100-cpu-for-no-apparent-reason/</link>
		<comments>http://www.normyee.net/blog/2011/12/12/xcode-freezing-up-or-hanging-using-100-cpu-for-no-apparent-reason/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 00:42:30 +0000</pubDate>
		<dc:creator><![CDATA[norm]]></dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/?p=324</guid>
		<description><![CDATA[If you have an iOS 5 device that is configured to use iOS 5&#8242;s new WiFi sync feature, and you&#8217;re experiencing high CPU when using Xcode or it becomes non-responsive (eg. Xcode gets pegged at 100% or higher for not apparent reason on an otherwise idle machine), disable WiFi sync. Once I disabled WiFi sync, the [&#8230;]]]></description>
		<wfw:commentRss>http://www.normyee.net/blog/2011/12/12/xcode-freezing-up-or-hanging-using-100-cpu-for-no-apparent-reason/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode 3.2.5 Organizer hangs while importing iOS 5 debug symbols</title>
		<link>http://www.normyee.net/blog/2011/10/05/xcode-3-2-5-organizer-hangs-while-importing-ios-5-debug-symbols/</link>
		<comments>http://www.normyee.net/blog/2011/10/05/xcode-3-2-5-organizer-hangs-while-importing-ios-5-debug-symbols/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 01:35:13 +0000</pubDate>
		<dc:creator><![CDATA[norm]]></dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/?p=251</guid>
		<description><![CDATA[I installed the iOS 5 GM seed onto my iPhone 4 and, as usual, I fire up Xcode &#38; go to the Organizer window so that it can download the debug symbols for the newest iOS from my device onto my Mac. This usually takes 15 minutes or so, but this time, Xcode just hung [&#8230;]]]></description>
		<wfw:commentRss>http://www.normyee.net/blog/2011/10/05/xcode-3-2-5-organizer-hangs-while-importing-ios-5-debug-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating iPhone apps to support Retina displays</title>
		<link>http://www.normyee.net/blog/2010/08/19/updating-iphone-apps-to-support-retina-displays/</link>
		<comments>http://www.normyee.net/blog/2010/08/19/updating-iphone-apps-to-support-retina-displays/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 18:49:12 +0000</pubDate>
		<dc:creator><![CDATA[norm]]></dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/?p=198</guid>
		<description><![CDATA[The iPhone 4&#8242;s 640&#215;960 display is night and day better than the previous generation&#8217;s 320&#215;480 display. Supporting both is actually pretty straightforward.  The simplest thing is to do nothing: iOS 4 automagically up-sizes your image assets when running on a higher resolution display like the iPhone 4. It&#8217;ll look ok, but likely pixelated for the [&#8230;]]]></description>
		<wfw:commentRss>http://www.normyee.net/blog/2010/08/19/updating-iphone-apps-to-support-retina-displays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resizing UILabel inside a UITable cell when doing a swipe delete gesture</title>
		<link>http://www.normyee.net/blog/2010/08/13/resizing-uilabel-inside-a-uitable-cell-when-doing-a-swipe-delete-gesture/</link>
		<comments>http://www.normyee.net/blog/2010/08/13/resizing-uilabel-inside-a-uitable-cell-when-doing-a-swipe-delete-gesture/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 20:31:04 +0000</pubDate>
		<dc:creator><![CDATA[norm]]></dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/?p=182</guid>
		<description><![CDATA[When you do a right swipe gesture on a table cell in the iPhone&#8217;s Mail app, a delete button appears and the text reflows around the button, like so: I built a similar interface that looks and functions similarly. The only problem was that when you right swiped, the delete button would appear, but the [&#8230;]]]></description>
		<wfw:commentRss>http://www.normyee.net/blog/2010/08/13/resizing-uilabel-inside-a-uitable-cell-when-doing-a-swipe-delete-gesture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding random contacts and email addresses to the iPhone simulator address book</title>
		<link>http://www.normyee.net/blog/2010/08/04/adding-random-contacts-and-email-addresses-to-the-iphone-simulator-address-book/</link>
		<comments>http://www.normyee.net/blog/2010/08/04/adding-random-contacts-and-email-addresses-to-the-iphone-simulator-address-book/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 18:12:19 +0000</pubDate>
		<dc:creator><![CDATA[norm]]></dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/?p=172</guid>
		<description><![CDATA[I needed some test data in my iPhone simulator&#8217;s address book to test out some functionality in the Raptr iPhone app, but adding contacts one by one would have been onerous, especially since I wanted several hundred! Thankfully, you can programmatically add contacts to the iPhone contacts so I came up with the following snippet for a [&#8230;]]]></description>
		<wfw:commentRss>http://www.normyee.net/blog/2010/08/04/adding-random-contacts-and-email-addresses-to-the-iphone-simulator-address-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
