<?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: Add an UIProgressView or UIActivityIndicatorView to your UIAlertView</title>
	<atom:link href="http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/</link>
	<description>Just another Coriolis weblog</description>
	<lastBuildDate>Sat, 06 Aug 2011 21:59:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Stephan</title>
		<link>http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/comment-page-1/#comment-5465</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Wed, 11 Nov 2009 12:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coriolis.ch/?p=24#comment-5465</guid>
		<description>You&#039;re absolutely right! And I need to declare the variables also. I&#039;ve corrected the code.</description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right! And I need to declare the variables also. I&#8217;ve corrected the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konrad</title>
		<link>http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/comment-page-1/#comment-5464</link>
		<dc:creator>Konrad</dc:creator>
		<pubDate>Wed, 11 Nov 2009 10:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coriolis.ch/?p=24#comment-5464</guid>
		<description>I think you&#039;d also need to release the activityView/progressView after adding them as subviews of the progressAlert.</description>
		<content:encoded><![CDATA[<p>I think you&#8217;d also need to release the activityView/progressView after adding them as subviews of the progressAlert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcl</title>
		<link>http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/comment-page-1/#comment-2330</link>
		<dc:creator>bcl</dc:creator>
		<pubDate>Sat, 16 May 2009 06:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coriolis.ch/?p=24#comment-2330</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon maspero</title>
		<link>http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/comment-page-1/#comment-2277</link>
		<dc:creator>simon maspero</dc:creator>
		<pubDate>Thu, 14 May 2009 15:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coriolis.ch/?p=24#comment-2277</guid>
		<description>Good point, thanks.

The only thing is, I would rather use à WhiteLarge as a style, and specify the center property instead of the frame, to avoid blurry resizing.</description>
		<content:encoded><![CDATA[<p>Good point, thanks.</p>
<p>The only thing is, I would rather use à WhiteLarge as a style, and specify the center property instead of the frame, to avoid blurry resizing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa</title>
		<link>http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/comment-page-1/#comment-316</link>
		<dc:creator>Mustafa</dc:creator>
		<pubDate>Sat, 17 Jan 2009 06:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coriolis.ch/?p=24#comment-316</guid>
		<description>It worked for me, but i&#039;m facing a little problem. Sometimes it jerks. Don&#039;t really know the reason.

By the way, someone in the other community said that this approach is not recommended since Apple can reject the application since it&#039;s not recommended. Recommended way is to create a new view and show the progress view or bar in that view and set the background to transparent.

Thanks for sharing your knowledge.</description>
		<content:encoded><![CDATA[<p>It worked for me, but i&#8217;m facing a little problem. Sometimes it jerks. Don&#8217;t really know the reason.</p>
<p>By the way, someone in the other community said that this approach is not recommended since Apple can reject the application since it&#8217;s not recommended. Recommended way is to create a new view and show the progress view or bar in that view and set the background to transparent.</p>
<p>Thanks for sharing your knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/comment-page-1/#comment-311</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Thu, 15 Jan 2009 12:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coriolis.ch/?p=24#comment-311</guid>
		<description>Just declare &lt;strong&gt;progressAlert&lt;/strong&gt; as a variable of your class and check if it&#039;s defined to see if the alert is present.
When you close it, set progressAlert to nil.</description>
		<content:encoded><![CDATA[<p>Just declare <strong>progressAlert</strong> as a variable of your class and check if it&#8217;s defined to see if the alert is present.<br />
When you close it, set progressAlert to nil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa</title>
		<link>http://blog.coriolis.ch/2008/11/09/add-an-uiprogressview-or-uiactivityindicatorview-to-your-uialertview/comment-page-1/#comment-310</link>
		<dc:creator>Mustafa</dc:creator>
		<pubDate>Thu, 15 Jan 2009 12:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.coriolis.ch/?p=24#comment-310</guid>
		<description>I will check this out... 

Usually progress view or indicators are used to show the something is happening in the background. So, i&#039;m guessing that we&#039;ll be calling this method in a separate thread. 

How can i check if the progress alert is present in our view, and how can we command it to close?</description>
		<content:encoded><![CDATA[<p>I will check this out&#8230; </p>
<p>Usually progress view or indicators are used to show the something is happening in the background. So, i&#8217;m guessing that we&#8217;ll be calling this method in a separate thread. </p>
<p>How can i check if the progress alert is present in our view, and how can we command it to close?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.coriolis.ch @ 2012-02-05 00:33:09 -->
