<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Facebook like loading indicator</title>
	<atom:link href="http://blog.emmerinc.be/index.php/2009/04/25/facebook-like-loading-indicator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.emmerinc.be/index.php/2009/04/25/facebook-like-loading-indicator/</link>
	<description>Tales from a .NET developer who's making the jump to the iPhone &#38; App Store wonderland.</description>
	<lastBuildDate>Tue, 06 Jul 2010 12:17:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Benjamin Miller</title>
		<link>http://blog.emmerinc.be/index.php/2009/04/25/facebook-like-loading-indicator/comment-page-1/#comment-679</link>
		<dc:creator>Benjamin Miller</dc:creator>
		<pubDate>Sun, 26 Apr 2009 04:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=219#comment-679</guid>
		<description>You should probably be doing all your view hierarchy manipulation on the main thread.

Using a ViewController to manage Nibs makes memory management of the objects insode the Nib so much easier. You are responsible for the memory of &#039;top-level&#039; objects inside the Nib.

If you use an IBOutlet ivar of type UIView in the class above, in the Nib you can just hook up the view to File&#039;s Owner. The objects will be connected at runtime when the Nib is loaded. You then won&#039;t need to programatically loop through all the objects in the Nib.</description>
		<content:encoded><![CDATA[<p>You should probably be doing all your view hierarchy manipulation on the main thread.</p>
<p>Using a ViewController to manage Nibs makes memory management of the objects insode the Nib so much easier. You are responsible for the memory of &#8216;top-level&#8217; objects inside the Nib.</p>
<p>If you use an IBOutlet ivar of type UIView in the class above, in the Nib you can just hook up the view to File&#8217;s Owner. The objects will be connected at runtime when the Nib is loaded. You then won&#8217;t need to programatically loop through all the objects in the Nib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piet</title>
		<link>http://blog.emmerinc.be/index.php/2009/04/25/facebook-like-loading-indicator/comment-page-1/#comment-661</link>
		<dc:creator>Piet</dc:creator>
		<pubDate>Sat, 25 Apr 2009 16:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.emmerinc.be/?p=219#comment-661</guid>
		<description>If you subclass the UIwindow-class you can add the overlay as an UIAlertView, this will remain on top of everything. Even tab controllers</description>
		<content:encoded><![CDATA[<p>If you subclass the UIwindow-class you can add the overlay as an UIAlertView, this will remain on top of everything. Even tab controllers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
