<?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: Custom UIAlertView (Color chooser)</title>
	<atom:link href="http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/</link>
	<description>...just some of my thoughts.</description>
	<lastBuildDate>Thu, 02 Feb 2012 04:13:32 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RA</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-251</link>
		<dc:creator>RA</dc:creator>
		<pubDate>Tue, 24 Jan 2012 04:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-251</guid>
		<description>Thank you very much! This is very useful.</description>
		<content:encoded><![CDATA[<p>Thank you very much! This is very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Moore</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-248</link>
		<dc:creator>Alan Moore</dc:creator>
		<pubDate>Wed, 04 Jan 2012 15:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-248</guid>
		<description>I really appreciate the way you take us by the hand through this process, I&#039;ve read several blogs on customizing UIAlertView -- none of which exactly match my needs.  Yours gave me the best understanding of how to do what I need to do.

Unfortunately your code isn&#039;t quite working in my iPad IOS5 application -- the description of the button has changed to &quot;UIAlertButton&quot; -- not &quot;UIThreePartButton&quot;.</description>
		<content:encoded><![CDATA[<p>I really appreciate the way you take us by the hand through this process, I&#8217;ve read several blogs on customizing UIAlertView &#8212; none of which exactly match my needs.  Yours gave me the best understanding of how to do what I need to do.</p>
<p>Unfortunately your code isn&#8217;t quite working in my iPad IOS5 application &#8212; the description of the button has changed to &#8220;UIAlertButton&#8221; &#8212; not &#8220;UIThreePartButton&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashid</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-247</link>
		<dc:creator>Rashid</dc:creator>
		<pubDate>Mon, 02 Jan 2012 10:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-247</guid>
		<description>@Santosh:

just use 
// to set the alertView frame size.
- (void)willPresentAlertView:(UIAlertView *)alertView {
    
	[alertView setFrame:CGRectMake(5, 20, 300, 420)];
}

this method is called before alertView&#039;s show method. Hope this is helpfull</description>
		<content:encoded><![CDATA[<p>@Santosh:</p>
<p>just use<br />
// to set the alertView frame size.<br />
- (void)willPresentAlertView:(UIAlertView *)alertView {</p>
<p>	[alertView setFrame:CGRectMake(5, 20, 300, 420)];<br />
}</p>
<p>this method is called before alertView&#8217;s show method. Hope this is helpfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashid</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-246</link>
		<dc:creator>Rashid</dc:creator>
		<pubDate>Mon, 02 Jan 2012 10:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-246</guid>
		<description>Great work.
I was stuck in repositioning of alertView&#039;s button. By using tags i was able to reposition them.
Thanx</description>
		<content:encoded><![CDATA[<p>Great work.<br />
I was stuck in repositioning of alertView&#8217;s button. By using tags i was able to reposition them.<br />
Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iOS 5 からUIAlertView上に表示されるボタンのクラス名が変更された模様 &#124; CreativeStyle</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-240</link>
		<dc:creator>iOS 5 からUIAlertView上に表示されるボタンのクラス名が変更された模様 &#124; CreativeStyle</dc:creator>
		<pubDate>Thu, 15 Dec 2011 11:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-240</guid>
		<description>[...] Custom UIAlertView (Color chooser) : SkyBlog [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom UIAlertView (Color chooser) : SkyBlog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The CodeCropper &#187; iOS color picker the easy way</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-208</link>
		<dc:creator>The CodeCropper &#187; iOS color picker the easy way</dc:creator>
		<pubDate>Fri, 29 Apr 2011 16:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-208</guid>
		<description>[...] found a lot of posts with color pickers but all these were on the category of too complicated, in my humble opinion. But [...]</description>
		<content:encoded><![CDATA[<p>[...] found a lot of posts with color pickers but all these were on the category of too complicated, in my humble opinion. But [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlotte Gamsu</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-196</link>
		<dc:creator>Charlotte Gamsu</dc:creator>
		<pubDate>Thu, 16 Dec 2010 18:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-196</guid>
		<description>This really is super code.  I;ve got it working in my simulator.

Any way to reveal the alert screen less violently?  Perhaps this happens only in the simulator?

Many thanks!</description>
		<content:encoded><![CDATA[<p>This really is super code.  I;ve got it working in my simulator.</p>
<p>Any way to reveal the alert screen less violently?  Perhaps this happens only in the simulator?</p>
<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-189</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Fri, 20 Aug 2010 13:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-189</guid>
		<description>Thanks for your great tutorial skylar but  can&#039;t we increase the width of an alert. In my project  i need to increase the width of an alert. I will be  happy if u can help me.</description>
		<content:encoded><![CDATA[<p>Thanks for your great tutorial skylar but  can&#8217;t we increase the width of an alert. In my project  i need to increase the width of an alert. I will be  happy if u can help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dskdz</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-186</link>
		<dc:creator>dskdz</dc:creator>
		<pubDate>Tue, 03 Aug 2010 16:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-186</guid>
		<description>How would I access the components that are within the UIAlertView?</description>
		<content:encoded><![CDATA[<p>How would I access the components that are within the UIAlertView?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fgerike</title>
		<link>http://www.skylarcantu.com/blog/2009/08/14/custom-uialertview-color-chooser/comment-page-2/#comment-183</link>
		<dc:creator>fgerike</dc:creator>
		<pubDate>Thu, 22 Jul 2010 16:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=193#comment-183</guid>
		<description>Hy!
I&#039;m a beginner, so what is the correct code for&quot;doSomethingWithColor&quot;?

I want to change the uiview color.

Thank you for help!</description>
		<content:encoded><![CDATA[<p>Hy!<br />
I&#8217;m a beginner, so what is the correct code for&#8221;doSomethingWithColor&#8221;?</p>
<p>I want to change the uiview color.</p>
<p>Thank you for help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

