<?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 for SkyBlog</title>
	<atom:link href="http://www.skylarcantu.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skylarcantu.com/blog</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>Comment on Localizing your iPhone OS applications in Xcode. by shruthi</title>
		<link>http://www.skylarcantu.com/blog/2009/08/19/localization-your-iphone-os-applications-in-xcode/comment-page-1/#comment-252</link>
		<dc:creator>shruthi</dc:creator>
		<pubDate>Thu, 02 Feb 2012 04:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=208#comment-252</guid>
		<description>A very useful tutorial.
Thanks :)</description>
		<content:encoded><![CDATA[<p>A very useful tutorial.<br />
Thanks <img src='http://www.skylarcantu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom UIAlertView (Color chooser) 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>Comment on Custom UIAlertView (Color chooser) 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>Comment on Custom UIAlertView (Color chooser) 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>Comment on Custom UIAlertView (Color chooser) 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>Comment on Embedding UITables into UIAlertViews by Faisal</title>
		<link>http://www.skylarcantu.com/blog/2009/10/10/embedding-uitables-into-uialertviews/comment-page-1/#comment-245</link>
		<dc:creator>Faisal</dc:creator>
		<pubDate>Tue, 27 Dec 2011 09:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=276#comment-245</guid>
		<description>Hi , the tableview is shifted up in Xcode 4 ios 5 SDK , but it was running good in xcode 3 ios 4.3 sdk</description>
		<content:encoded><![CDATA[<p>Hi , the tableview is shifted up in Xcode 4 ios 5 SDK , but it was running good in xcode 3 ios 4.3 sdk</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding UITables into UIAlertViews by Dinesh</title>
		<link>http://www.skylarcantu.com/blog/2009/10/10/embedding-uitables-into-uialertviews/comment-page-1/#comment-244</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Mon, 26 Dec 2011 08:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=276#comment-244</guid>
		<description>This seems brilliant. But can you please let me know how to find which item i have chosen?</description>
		<content:encoded><![CDATA[<p>This seems brilliant. But can you please let me know how to find which item i have chosen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding UITables into UIAlertViews by uitableview in uialertview &#124; Software development support, software risk,bugs for bugs, risk analysis,</title>
		<link>http://www.skylarcantu.com/blog/2009/10/10/embedding-uitables-into-uialertviews/comment-page-1/#comment-242</link>
		<dc:creator>uitableview in uialertview &#124; Software development support, software risk,bugs for bugs, risk analysis,</dc:creator>
		<pubDate>Sun, 25 Dec 2011 00:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=276#comment-242</guid>
		<description>[...] uitableview in uialertview  ch_client = &quot;chuyenbdc&quot;; ch_width = 728; ch_height = 90; ch_type = &quot;mpu&quot;; ch_sid = &quot;Chitika Default&quot;; ch_backfill = 1; ch_color_site_link = &quot;#080052&quot;; ch_color_title = &quot;#080052&quot;; ch_color_border = &quot;#FFFFFF&quot;; ch_color_text = &quot;#000000&quot;; ch_color_bg = &quot;#FFFFFF&quot;;    Hi guys in my iphone app. i am using the tableview in alertview using this tutorial http://www.skylarcantu.com/blog/2009/10/10/embedding-uitables-into-uialertviews/ [...]</description>
		<content:encoded><![CDATA[<p>[...] uitableview in uialertview  ch_client = &quot;chuyenbdc&quot;; ch_width = 728; ch_height = 90; ch_type = &quot;mpu&quot;; ch_sid = &quot;Chitika Default&quot;; ch_backfill = 1; ch_color_site_link = &quot;#080052&quot;; ch_color_title = &quot;#080052&quot;; ch_color_border = &quot;#FFFFFF&quot;; ch_color_text = &quot;#000000&quot;; ch_color_bg = &quot;#FFFFFF&quot;;    Hi guys in my iphone app. i am using the tableview in alertview using this tutorial <a href="http://www.skylarcantu.com/blog/2009/10/10/embedding-uitables-into-uialertviews/" rel="nofollow">http://www.skylarcantu.com/blog/2009/10/10/embedding-uitables-into-uialertviews/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom UIAlertView (Color chooser) 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>Comment on Saving a view as an image. by Guest</title>
		<link>http://www.skylarcantu.com/blog/2009/10/16/saving-a-view-as-an-image/comment-page-1/#comment-234</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=299#comment-234</guid>
		<description>Is all that code &quot;fully app store approved&quot;?

Also, how would I save the screen-shot picture to the camera roll?</description>
		<content:encoded><![CDATA[<p>Is all that code &#8220;fully app store approved&#8221;?</p>
<p>Also, how would I save the screen-shot picture to the camera roll?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

