<?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: How to change the color of a UIBarButtonItem</title>
	<atom:link href="http://fredandrandall.com/blog/2011/03/31/how-to-change-the-color-of-a-uibarbuttonitem/feed" rel="self" type="application/rss+xml" />
	<link>http://fredandrandall.com/blog/2011/03/31/how-to-change-the-color-of-a-uibarbuttonitem/</link>
	<description>Bloggin&#039; about whatever</description>
	<lastBuildDate>Mon, 30 Dec 2013 16:52:39 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>By: navigationItemのUIBarButtonItemを好きな色にする &#171; Code? &#8211; Design?</title>
		<link>http://fredandrandall.com/blog/2011/03/31/how-to-change-the-color-of-a-uibarbuttonitem/comment-page-1/#comment-2335</link>
		<dc:creator><![CDATA[navigationItemのUIBarButtonItemを好きな色にする &#171; Code? &#8211; Design?]]></dc:creator>
		<pubDate>Sun, 27 Nov 2011 10:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://fredandrandall.com/blog/?p=310#comment-2335</guid>
		<description><![CDATA[[...] How to change the color of a UIBarButtonItem       Filed under: 未分類 Leave a comment    Comments (0) Trackbacks (0) ( subscribe to comments [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] How to change the color of a UIBarButtonItem       Filed under: 未分類 Leave a comment    Comments (0) Trackbacks (0) ( subscribe to comments [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://fredandrandall.com/blog/2011/03/31/how-to-change-the-color-of-a-uibarbuttonitem/comment-page-1/#comment-2175</link>
		<dc:creator><![CDATA[Simon]]></dc:creator>
		<pubDate>Sat, 12 Nov 2011 22:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://fredandrandall.com/blog/?p=310#comment-2175</guid>
		<description><![CDATA[Confirm, does not tint on 3.x]]></description>
		<content:encoded><![CDATA[<p>Confirm, does not tint on 3.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to change the color of UIBarButtonItem on iOS 5 &#124; farp.blog</title>
		<link>http://fredandrandall.com/blog/2011/03/31/how-to-change-the-color-of-a-uibarbuttonitem/comment-page-1/#comment-1850</link>
		<dc:creator><![CDATA[How to change the color of UIBarButtonItem on iOS 5 &#124; farp.blog]]></dc:creator>
		<pubDate>Sat, 15 Oct 2011 19:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://fredandrandall.com/blog/?p=310#comment-1850</guid>
		<description><![CDATA[[...] most popular blog post is how to change the color of a UIBarButtonItem. It&#8217;s something that lots of people want to [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] most popular blog post is how to change the color of a UIBarButtonItem. It&#8217;s something that lots of people want to [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randall</title>
		<link>http://fredandrandall.com/blog/2011/03/31/how-to-change-the-color-of-a-uibarbuttonitem/comment-page-1/#comment-328</link>
		<dc:creator><![CDATA[Randall]]></dc:creator>
		<pubDate>Sat, 23 Apr 2011 16:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://fredandrandall.com/blog/?p=310#comment-328</guid>
		<description><![CDATA[1. I tried changing the control event to something different from UIControlEventValueChanged but I couldn&#039;t get the selector to fire. You might have better luck than me.

2. I&#039;m not sure why it wouldn&#039;t work in iOS 3. Unfortunately I don&#039;t have the SDK installed or any devices to check.]]></description>
		<content:encoded><![CDATA[<p>1. I tried changing the control event to something different from UIControlEventValueChanged but I couldn&#8217;t get the selector to fire. You might have better luck than me.</p>
<p>2. I&#8217;m not sure why it wouldn&#8217;t work in iOS 3. Unfortunately I don&#8217;t have the SDK installed or any devices to check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://fredandrandall.com/blog/2011/03/31/how-to-change-the-color-of-a-uibarbuttonitem/comment-page-1/#comment-323</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Thu, 21 Apr 2011 23:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://fredandrandall.com/blog/?p=310#comment-323</guid>
		<description><![CDATA[Looks good, except for a couple minor issues.

1. Any workaround for the fact that the action fires on touch down, not touch up?

2. On iOS 3.1.3, I&#039;m not seeing the tint. It works on 4.0. I&#039;m basically just doing self.navigationItem.rightBarButtonItem = [UIBarButtonItem barButtonItemWithTint...] in viewDidLoad. Any suggestions?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Looks good, except for a couple minor issues.</p>
<p>1. Any workaround for the fact that the action fires on touch down, not touch up?</p>
<p>2. On iOS 3.1.3, I&#8217;m not seeing the tint. It works on 4.0. I&#8217;m basically just doing self.navigationItem.rightBarButtonItem = [UIBarButtonItem barButtonItemWithTint&#8230;] in viewDidLoad. Any suggestions?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
