<?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 UIBarButtonItem on iOS 5</title>
	<atom:link href="http://fredandrandall.com/blog/2011/10/15/how-to-change-the-color-of-uibarbuttonitem-on-ios-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredandrandall.com/blog/2011/10/15/how-to-change-the-color-of-uibarbuttonitem-on-ios-5/</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: Morgan</title>
		<link>http://fredandrandall.com/blog/2011/10/15/how-to-change-the-color-of-uibarbuttonitem-on-ios-5/comment-page-1/#comment-19427</link>
		<dc:creator><![CDATA[Morgan]]></dc:creator>
		<pubDate>Sun, 02 Sep 2012 10:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://fredandrandall.com/blog/?p=623#comment-19427</guid>
		<description><![CDATA[Hi Hi,

If you want the blue to be exactly the same at the &quot;done&quot; button you gotta do the following:

I spent about 15 mins with my DigitalColor Meter and basically guessed and checked until I finally got it. The problem is that you&#039;re adding a &quot;tint&quot; to a black button to make it blue, so it won&#039;t be the right blue. Here&#039;s the correct measurements:

[buttonName setTintColor:[UIColor colorWithRed:34.0/255.0 green:97.0/255.0 blue:221.0/255.0 alpha:1]];

Hope it helps someone :)]]></description>
		<content:encoded><![CDATA[<p>Hi Hi,</p>
<p>If you want the blue to be exactly the same at the &#8220;done&#8221; button you gotta do the following:</p>
<p>I spent about 15 mins with my DigitalColor Meter and basically guessed and checked until I finally got it. The problem is that you&#8217;re adding a &#8220;tint&#8221; to a black button to make it blue, so it won&#8217;t be the right blue. Here&#8217;s the correct measurements:</p>
<p>[buttonName setTintColor:[UIColor colorWithRed:34.0/255.0 green:97.0/255.0 blue:221.0/255.0 alpha:1]];</p>
<p>Hope it helps someone <img src="http://fredandrandall.com/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to change the color of a UIBarButtonItem &#124; farp.blog</title>
		<link>http://fredandrandall.com/blog/2011/10/15/how-to-change-the-color-of-uibarbuttonitem-on-ios-5/comment-page-1/#comment-1851</link>
		<dc:creator><![CDATA[How to change the color of a UIBarButtonItem &#124; farp.blog]]></dc:creator>
		<pubDate>Sat, 15 Oct 2011 19:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://fredandrandall.com/blog/?p=623#comment-1851</guid>
		<description><![CDATA[[...] There is a new way to do this in iOS 5 that is much easier and nicer. If you want to support iOS 4, keep [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] There is a new way to do this in iOS 5 that is much easier and nicer. If you want to support iOS 4, keep [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
