<?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: Changing colors of UINavigationBarButtons</title>
	<atom:link href="http://www.skylarcantu.com/blog/2009/11/05/changing-colors-of-uinavigationbarbuttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skylarcantu.com/blog/2009/11/05/changing-colors-of-uinavigationbarbuttons/</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: bob</title>
		<link>http://www.skylarcantu.com/blog/2009/11/05/changing-colors-of-uinavigationbarbuttons/comment-page-1/#comment-231</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 11 Oct 2011 04:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=301#comment-231</guid>
		<description>@Bill Lee: &quot;UINavigationButton&quot; is a private API and if you link to it directly Apple will reject your app.</description>
		<content:encoded><![CDATA[<p>@Bill Lee: &#8220;UINavigationButton&#8221; is a private API and if you link to it directly Apple will reject your app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Poston</title>
		<link>http://www.skylarcantu.com/blog/2009/11/05/changing-colors-of-uinavigationbarbuttons/comment-page-1/#comment-222</link>
		<dc:creator>Jay Poston</dc:creator>
		<pubDate>Fri, 08 Jul 2011 14:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=301#comment-222</guid>
		<description>So...How do you change the tint color of the back button then? I have searched and was unable to find any solution to just change the background color of the back button.</description>
		<content:encoded><![CDATA[<p>So&#8230;How do you change the tint color of the back button then? I have searched and was unable to find any solution to just change the background color of the back button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Lee</title>
		<link>http://www.skylarcantu.com/blog/2009/11/05/changing-colors-of-uinavigationbarbuttons/comment-page-1/#comment-214</link>
		<dc:creator>Bill Lee</dc:creator>
		<pubDate>Mon, 06 Jun 2011 00:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=301#comment-214</guid>
		<description>Rather than the check you use:

if ([[[view class] description] isEqualToString:@&quot;UINavigationButton&quot;]) ... 

I use:

if ([view isKindOfClass:[UINavigationButton class]]) ...

(Thanks for all your tips and info on your blog!)</description>
		<content:encoded><![CDATA[<p>Rather than the check you use:</p>
<p>if ([[[view class] description] isEqualToString:@&#8221;UINavigationButton&#8221;]) &#8230; </p>
<p>I use:</p>
<p>if ([view isKindOfClass:[UINavigationButton class]]) &#8230;</p>
<p>(Thanks for all your tips and info on your blog!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Kimes</title>
		<link>http://www.skylarcantu.com/blog/2009/11/05/changing-colors-of-uinavigationbarbuttons/comment-page-1/#comment-207</link>
		<dc:creator>Ross Kimes</dc:creator>
		<pubDate>Mon, 18 Apr 2011 02:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=301#comment-207</guid>
		<description>Is there anyway to get the text to change color? I want to have a white button, but that does not look very good with white text.</description>
		<content:encoded><![CDATA[<p>Is there anyway to get the text to change color? I want to have a white button, but that does not look very good with white text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Dodson</title>
		<link>http://www.skylarcantu.com/blog/2009/11/05/changing-colors-of-uinavigationbarbuttons/comment-page-1/#comment-206</link>
		<dc:creator>Ben Dodson</dc:creator>
		<pubDate>Sat, 16 Apr 2011 23:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.skylarcantu.com/blog/?p=301#comment-206</guid>
		<description>Thanks for the tip - I was trying to recreate the page curl within the Maps app and the way in which the button becomes darker when the curl is in effect. I managed to do this by using the code above but changing UINavigationButton for UIToolbarButton.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip &#8211; I was trying to recreate the page curl within the Maps app and the way in which the button becomes darker when the curl is in effect. I managed to do this by using the code above but changing UINavigationButton for UIToolbarButton.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

