<?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: Create custom activity indicator for your iPhone App</title>
	<atom:link href="http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/</link>
	<description>A weblog by Blackwhale about design, code and random stuff we care about.</description>
	<lastBuildDate>Thu, 29 Jul 2010 01:33:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Rajiv </title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-1252</link>
		<dc:creator>Rajiv </dc:creator>
		<pubDate>Wed, 28 Jul 2010 05:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-1252</guid>
		<description>Hi, 
 
Thanks for this great tutorial. I am almost stuck in my app development but you save me. thanks again.   </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thanks for this great tutorial. I am almost stuck in my app development but you save me. thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-580</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sat, 01 May 2010 12:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-580</guid>
		<description>Hey man, you&#039;re a genius, you helped me a lot :) </description>
		<content:encoded><![CDATA[<p>Hey man, you&#039;re a genius, you helped me a lot <img src='http://blog.blackwhale.at/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anka_</title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-334</link>
		<dc:creator>anka_</dc:creator>
		<pubDate>Tue, 26 Jan 2010 12:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-334</guid>
		<description>Hi,  
yes animationImages and animationRepeatCount of the class UIImageView are available in iPhone OS 2.0 and later. You will find them within the API reference &lt;a href=&quot;http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIImageView_Class/Reference/Reference.html#//apple_ref/occ/instp/UIImageView/animationImages&quot; target=&quot;_blank&quot;&gt;http://developer.apple.com/iphone/library/documen...&lt;/a&gt; 
 
Cheers, 
Andreas </description>
		<content:encoded><![CDATA[<p>Hi,<br />
yes animationImages and animationRepeatCount of the class UIImageView are available in iPhone OS 2.0 and later. You will find them within the API reference <a href="http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIImageView_Class/Reference/Reference.html#//apple_ref/occ/instp/UIImageView/animationImages" target="_blank"></a><a href="http://developer.apple.com/iphone/library/documen.." rel="nofollow">http://developer.apple.com/iphone/library/documen..</a>. </p>
<p>Cheers,<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Parikh</title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-333</link>
		<dc:creator>Nitin Parikh</dc:creator>
		<pubDate>Mon, 25 Jan 2010 09:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-333</guid>
		<description>Will this work with 2.2.1 ?</description>
		<content:encoded><![CDATA[<p>Will this work with 2.2.1 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anka_</title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-322</link>
		<dc:creator>anka_</dc:creator>
		<pubDate>Sun, 06 Dec 2009 19:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-322</guid>
		<description>Hi Kirby, 
 
you can simply specify the repeat count with  
activityImageView.animationRepeatCount = 5; 
 
Cheers, 
Andreas </description>
		<content:encoded><![CDATA[<p>Hi Kirby, </p>
<p>you can simply specify the repeat count with<br />
activityImageView.animationRepeatCount = 5; </p>
<p>Cheers,<br />
Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirby</title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-321</link>
		<dc:creator>Kirby</dc:creator>
		<pubDate>Sun, 06 Dec 2009 07:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-321</guid>
		<description>This is a great tutorial!! i just have one question. How would you did the images after say 5 seconds or 5 repeats? </description>
		<content:encoded><![CDATA[<p>This is a great tutorial!! i just have one question. How would you did the images after say 5 seconds or 5 repeats?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaVinC Coder</title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-312</link>
		<dc:creator>DaVinC Coder</dc:creator>
		<pubDate>Mon, 23 Nov 2009 18:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-312</guid>
		<description>this looks cool man..thanks a lot for this thing </description>
		<content:encoded><![CDATA[<p>this looks cool man..thanks a lot for this thing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Schiefer</title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-178</link>
		<dc:creator>David Schiefer</dc:creator>
		<pubDate>Wed, 28 Oct 2009 20:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-178</guid>
		<description>this is great! :D </description>
		<content:encoded><![CDATA[<p>this is great! <img src='http://blog.blackwhale.at/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicely centered "Loading" spinner (activity indicator) ? - iPhone Dev SDK Forum</title>
		<link>http://blog.blackwhale.at/2009/09/create-custom-activity-indicator-for-your-iphone-app/comment-page-1/#comment-53</link>
		<dc:creator>Nicely centered "Loading" spinner (activity indicator) ? - iPhone Dev SDK Forum</dc:creator>
		<pubDate>Tue, 01 Sep 2009 19:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blackwhale.at/?p=336#comment-53</guid>
		<description>[...] example how you can create a custom activity indicator and show it on your current view. Maybe the tutorial and code snippets here will help you in any way.   Cheers, [...]</description>
		<content:encoded><![CDATA[<p>[...] example how you can create a custom activity indicator and show it on your current view. Maybe the tutorial and code snippets here will help you in any way.   Cheers, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
