<?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: Managing the Network Activity Indicator</title>
	<atom:link href="http://oleb.net/blog/2009/09/managing-the-network-activity-indicator/feed/" rel="self" type="application/rss+xml" />
	<link>http://oleb.net/blog/2009/09/managing-the-network-activity-indicator/</link>
	<description>iOS SDK, Cocoa and Objective-C</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:50:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: James</title>
		<link>http://oleb.net/blog/2009/09/managing-the-network-activity-indicator/#comment-721</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 29 Mar 2010 12:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=277#comment-721</guid>
		<description>It&#039;s nice to see someone else come up with the same solution. Aside from method names and coding style, this is otherwise identical to the solution I came up with. What&#039;s that they say? Great minds think alike? ;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice to see someone else come up with the same solution. Aside from method names and coding style, this is otherwise identical to the solution I came up with. What&#8217;s that they say? Great minds think alike? ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://oleb.net/blog/2009/09/managing-the-network-activity-indicator/#comment-198</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 10 Nov 2009 01:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=277#comment-198</guid>
		<description>For my first version of Train Brain I had a ProgressViewController with a 50% black overlay indicating network status, but did not have [[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:YES]; set. The app was not rejected. I am adding it now though because I think it helps even if slightly redundant.</description>
		<content:encoded><![CDATA[<p>For my first version of Train Brain I had a ProgressViewController with a 50% black overlay indicating network status, but did not have [[UIApplication sharedApplication] setNetworkActivityIndicatorVisible:YES]; set. The app was not rejected. I am adding it now though because I think it helps even if slightly redundant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nir Levy</title>
		<link>http://oleb.net/blog/2009/09/managing-the-network-activity-indicator/#comment-151</link>
		<dc:creator>Nir Levy</dc:creator>
		<pubDate>Thu, 22 Oct 2009 21:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=277#comment-151</guid>
		<description>Thanks -- worked for me.

/NL</description>
		<content:encoded><![CDATA[<p>Thanks &#8212; worked for me.</p>
<p>/NL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mobibob</title>
		<link>http://oleb.net/blog/2009/09/managing-the-network-activity-indicator/#comment-139</link>
		<dc:creator>mobibob</dc:creator>
		<pubDate>Sat, 17 Oct 2009 17:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=277#comment-139</guid>
		<description>Thanks -- that worked for me.  I have a reference in my code and I will repay for this tidbit in the future.

-mobibob</description>
		<content:encoded><![CDATA[<p>Thanks &#8212; that worked for me.  I have a reference in my code and I will repay for this tidbit in the future.</p>
<p>-mobibob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Begemann</title>
		<link>http://oleb.net/blog/2009/09/managing-the-network-activity-indicator/#comment-96</link>
		<dc:creator>Ole Begemann</dc:creator>
		<pubDate>Fri, 18 Sep 2009 17:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=277#comment-96</guid>
		<description>I don&#039;t know if omitting the network activity indicator is grounds for rejection, but Apple clearly &lt;a href=&quot;http://developer.apple.com/iPhone/library/documentation/UserExperience/Conceptual/MobileHIG/SpecialViews/SpecialViews.html#//apple_ref/doc/uid/TP40006556-CH10-SW2&quot; rel=&quot;nofollow&quot;&gt;says in the HIG&lt;/a&gt; that and when it should be used: &quot;You should display the network activity indicator if your application is performing a network operation that will take more than a couple of seconds.&quot;

I really see no reason not to use it given how simple it is to do so and how helpful it is to the user.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if omitting the network activity indicator is grounds for rejection, but Apple clearly <a href="http://developer.apple.com/iPhone/library/documentation/UserExperience/Conceptual/MobileHIG/SpecialViews/SpecialViews.html#//apple_ref/doc/uid/TP40006556-CH10-SW2" rel="nofollow">says in the HIG</a> that and when it should be used: &#8220;You should display the network activity indicator if your application is performing a network operation that will take more than a couple of seconds.&#8221;</p>
<p>I really see no reason not to use it given how simple it is to do so and how helpful it is to the user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasile</title>
		<link>http://oleb.net/blog/2009/09/managing-the-network-activity-indicator/#comment-95</link>
		<dc:creator>Vasile</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://oleb.net/?p=277#comment-95</guid>
		<description>Hi,

Congrats for an excellent article! I have a question though, maybe you know: Is it mandatory to use the network activity indicator in apps submitted to App Store? Is this a reason for rejection?

Thanks!
Vasile</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Congrats for an excellent article! I have a question though, maybe you know: Is it mandatory to use the network activity indicator in apps submitted to App Store? Is this a reason for rejection?</p>
<p>Thanks!<br />
Vasile</p>
]]></content:encoded>
	</item>
</channel>
</rss>
