<?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>Chewy Apps &#187; blog</title>
	<atom:link href="http://www.chewyapps.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chewyapps.com</link>
	<description>Hi, I&#039;m Henning, and I&#039;m an iPhone developer.</description>
	<lastBuildDate>Sat, 28 Jan 2012 19:00:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tab and Nav Bars</title>
		<link>http://www.chewyapps.com/2008/08/25/tab-and-nav-bars/</link>
		<comments>http://www.chewyapps.com/2008/08/25/tab-and-nav-bars/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 17:52:57 +0000</pubDate>
		<dc:creator>henning</dc:creator>
				<category><![CDATA[Chewy Xbox]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Terminator]]></category>

		<guid isPermaLink="false">http://www.chewyapps.com/?p=6</guid>
		<description><![CDATA[I recently worked on how to arrange navigation and tab bars, and figured out some things. I&#8217;m trying to create an app where the first page is a table view controlled by a nav bar. A table view is just a list. It can be grouped (like in Settings) or not (like in Contacts). A [...]]]></description>
			<content:encoded><![CDATA[<p>I recently worked on how to arrange navigation and tab bars, and figured out some things. I&#8217;m trying to create an app where the first page is a table view controlled by a nav bar. A table view is just a list. It can be grouped (like in Settings) or not (like in Contacts). A nav bar is what you see in the Contacts app near the top. It has the + symbol in it. When you view a contact&#8217;s details, it shows a button that lets you get back to the contact list. In my app, once the user selects an item in the table view, I want to go to a more detailed view, and another view thereafter. Those will all be controlled by the nav bar.</p>
<p>On top of that there&#8217;s the tab bar. You can see tab bars in action at the bottom of the Phone and iPod apps. It lets you tab between views. I plan to use it to add additional functionality not controlled by the nav bar.</p>
<p>It wasn&#8217;t nearly as obvious as I thought it&#8217;d be. I thought I could do all this through the Interface Builder. That may be possible, but I didn&#8217;t find it. So I cut up all the pages and put them each in their own XIB. I then connected the views programmatically and got my table view working inside the nav bar, both inside the tab bar. Whew!</p>
<p>Now I gotta figure out the ordering of stuff in the nav bar. I somehow thought that the order I added things in would result in having my table view first. Instead the details view shows up first and I have to go <strong>back</strong> to the table view. Weirdness. Ah well, no rest for the weary!</p>
<p>I spent all this evening watching the season finale of Terminator Chronicles, which I missed when it originally aired. And registering for this domain. And creating this blog. And creating this blog entry. So this status update reflects work done yesterday. <img src='http://www.chewyapps.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.chewyapps.com/2008/08/25/tab-and-nav-bars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

