<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rune&#039;s Blog &#187; uinavigationbar</title>
	<atom:link href="http://runmad.com/blog/tag/uinavigationbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://runmad.com/blog</link>
	<description>A blog about code, graphics, UI, marketing and whatever else interests me. Follow me on Twitter: @runmad</description>
	<lastBuildDate>Sat, 28 Jan 2012 14:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Translucent UINavigationBar</title>
		<link>http://runmad.com/blog/2009/09/translucent-uinavigationbar/</link>
		<comments>http://runmad.com/blog/2009/09/translucent-uinavigationbar/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 19:22:26 +0000</pubDate>
		<dc:creator>Rune Madsen</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[tintColor]]></category>
		<category><![CDATA[uinavigationbar]]></category>

		<guid isPermaLink="false">http://www.davesenior.com/rune/?p=62</guid>
		<description><![CDATA[Apparently, making your UINavigationBar requires a (tiny) bit more code than just: After trying hard to change my UINavigationBar colour, and mostly giving up, I found out you have to set its tintColor to nil. self.navigationController.navigationBar.tintColor = nil; self.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent;]]></description>
			<content:encoded><![CDATA[<p>Apparently, making your UINavigationBar requires a (tiny) bit more code than just:</p>
<div class="codesnip-container" >
<div class="objc codesnip" style="font-family:monospace;">self.navigationController.navigationBar.barStyle <span class="sy0">=</span> UIBarStyleBlackTranslucent;</div>
</div>
<p>After trying hard to change my UINavigationBar colour, and mostly giving up, I found out you have to set its <em>tintColor</em> to <em>nil</em>.</p>
<div style="margin:0px 0px 20px;text-align:left;color:#000000; background-color:#F1EFE6; border: 1px solid rgb(211, 209, 199); padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; "><span style="color:#881350;">self</span>.navigationController.navigationBar.tintColor = <span style="color:#881350;">nil</span>;<br />
<span style="color:#881350;">self</span>.navigationController.navigationBar.barStyle = <span style="color:#400080;">UIBarStyleBlackTranslucent</span>;</div>
]]></content:encoded>
			<wfw:commentRss>http://runmad.com/blog/2009/09/translucent-uinavigationbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

