<?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>seiji blog &#187; UINavigationBar</title>
	<atom:link href="http://blog.seiji.me/tag/uinavigationbar/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.seiji.me</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 03 Mar 2010 14:50:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UINavigationBarを見えなくする-iPhone App</title>
		<link>http://blog.seiji.me/399.html</link>
		<comments>http://blog.seiji.me/399.html#comments</comments>
		<pubDate>Wed, 24 Dec 2008 16:26:39 +0000</pubDate>
		<dc:creator>seiji</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UINavigationBar]]></category>
		<category><![CDATA[UINavigationController]]></category>

		<guid isPermaLink="false">http://blog.seiji.me/?p=399</guid>
		<description><![CDATA[UINavigationBarを見えなくする。

	

	

UINavigationControllerを使いたいんだけど、UINavigationBarが邪魔な時。下の一行を追加すればよいです。
self.navigationController.navigationBar.frame = CGRectZero;
]]></description>
			<content:encoded><![CDATA[<p>UINavigationBarを見えなくする。</p>
<p>
	<br />
<img src="http://blog.seiji.me/wp-content/uploads/2008/12/iphone-2.png" alt="iPhone シミュレータ-2.png" border="0" width="230" height="183" /><br />
	
</p>
<p>UINavigationControllerを使いたいんだけど、UINavigationBarが邪魔な時。下の一行を追加すればよいです。</p>
<pre><code>self.navigationController.navigationBar.frame = CGRectZero;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.seiji.me/399.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
