<?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: UITabBarController with UINavigationController Using Interface Builder</title>
	<atom:link href="http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/</link>
	<description>Taglines are for Windows programmers</description>
	<lastBuildDate>Mon, 05 Dec 2011 10:55:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: B-ram</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1495</link>
		<dc:creator>B-ram</dc:creator>
		<pubDate>Tue, 19 Oct 2010 15:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1495</guid>
		<description>&lt;p&gt;@Matt Long Tx! but i know how to link actions to objects.. i have a back button on my second view..  i linked that button to the received action. but my firstviewcontroller&#039;s files owner don&#039;t has a received action.. i don&#039;t understand why ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Matt Long Tx! but i know how to link actions to objects.. i have a back button on my second view..  i linked that button to the received action. but my firstviewcontroller&#8217;s files owner don&#8217;t has a received action.. i don&#8217;t understand why &#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1494</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Tue, 19 Oct 2010 15:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1494</guid>
		<description>&lt;p&gt;@B-ram Try this tutorial and see if it helps to clear some things up: http://www.cimgf.com/2008/10/01/cocoa-touch-tutorial-iphone-application-example/&lt;/p&gt;

&lt;p&gt;-Matt&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@B-ram Try this tutorial and see if it helps to clear some things up: <a href="http://www.cimgf.com/2008/10/01/cocoa-touch-tutorial-iphone-application-example/" rel="nofollow">http://www.cimgf.com/2008/10/01/cocoa-touch-tutorial-iphone-application-example/</a></p>

<p>-Matt</p>]]></content:encoded>
	</item>
	<item>
		<title>By: B-ram</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1493</link>
		<dc:creator>B-ram</dc:creator>
		<pubDate>Tue, 19 Oct 2010 14:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1493</guid>
		<description>&lt;p&gt;hahah omg. sorry im new with SDK..&lt;/p&gt;

&lt;p&gt;i can&#039;t find the received action in my files owner for the push button..&lt;/p&gt;

&lt;p&gt;I have the same like the tutorial.&lt;/p&gt;

&lt;p&gt;But called my button &quot;Probeer Whizzie nu!&quot;&lt;/p&gt;

&lt;p&gt;is there somebody who knows what i did wrong or something?&lt;/p&gt;

&lt;p&gt;TX&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hahah omg. sorry im new with SDK..</p>

<p>i can&#8217;t find the received action in my files owner for the push button..</p>

<p>I have the same like the tutorial.</p>

<p>But called my button &#8220;Probeer Whizzie nu!&#8221;</p>

<p>is there somebody who knows what i did wrong or something?</p>

<p>TX</p>]]></content:encoded>
	</item>
	<item>
		<title>By: B-ram</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1492</link>
		<dc:creator>B-ram</dc:creator>
		<pubDate>Tue, 19 Oct 2010 14:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1492</guid>
		<description>&lt;p&gt;@Matt Long&lt;/p&gt;

&lt;p&gt;Thanks matt i solved it!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Matt Long</p>

<p>Thanks matt i solved it!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Long</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1491</link>
		<dc:creator>Matt Long</dc:creator>
		<pubDate>Tue, 19 Oct 2010 13:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1491</guid>
		<description>&lt;p&gt;@B-ram. You have to implement the keyboard delegate callbacks to be able to dismiss the keyboard on tapping enter. There are several good tutorials that a google search should turn up. The bottom line is you watch for the delegate callback and if the key was enter, you call -resignFirstResponder on the textfield that has focus.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@B-ram. You have to implement the keyboard delegate callbacks to be able to dismiss the keyboard on tapping enter. There are several good tutorials that a google search should turn up. The bottom line is you watch for the delegate callback and if the key was enter, you call -resignFirstResponder on the textfield that has focus.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: B-ram</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1490</link>
		<dc:creator>B-ram</dc:creator>
		<pubDate>Tue, 19 Oct 2010 13:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1490</guid>
		<description>&lt;p&gt;Oh im sorry i solved it... but now i have another problem.. when i enter some text in my text fields and i press enter.. the keyboard wont disappear.. why is that?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh im sorry i solved it&#8230; but now i have another problem.. when i enter some text in my text fields and i press enter.. the keyboard wont disappear.. why is that?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: B-ram</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1489</link>
		<dc:creator>B-ram</dc:creator>
		<pubDate>Tue, 19 Oct 2010 12:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1489</guid>
		<description>&lt;p&gt;Heey dude,&lt;/p&gt;

&lt;p&gt;verry nice tut. but there is something going wrong here.&lt;/p&gt;

&lt;p&gt;I made this in IB.. but when i wanna load the view of my firstviewcontroller.. (becouse i already had a layout) i get a manner warning? you know how i can solf this?&lt;/p&gt;

&lt;p&gt;TX Bram&lt;/p&gt;

&lt;p&gt;Bram_Dimmick@hotmail.com&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Heey dude,</p>

<p>verry nice tut. but there is something going wrong here.</p>

<p>I made this in IB.. but when i wanna load the view of my firstviewcontroller.. (becouse i already had a layout) i get a manner warning? you know how i can solf this?</p>

<p>TX Bram</p>

<p><a href="mailto:Bram_Dimmick@hotmail.com">Bram_Dimmick@hotmail.com</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1298</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1298</guid>
		<description>&lt;p&gt;Great tutorial.  I&#039;ve read many on this topic, and watched a couple videos.  This was by far the easiest and worked the first time I tried it.  Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great tutorial.  I&#8217;ve read many on this topic, and watched a couple videos.  This was by far the easiest and worked the first time I tried it.  Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kallewoof</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1282</link>
		<dc:creator>kallewoof</dc:creator>
		<pubDate>Wed, 24 Feb 2010 17:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1282</guid>
		<description>&lt;p&gt;It&#039;s like your post was tailored to my question. It told me precisely everything I needed to know (and more, that I was wondering about but had put off &quot;for later&quot;). Many many thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s like your post was tailored to my question. It told me precisely everything I needed to know (and more, that I was wondering about but had put off &#8220;for later&#8221;). Many many thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Passey</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1230</link>
		<dc:creator>Adam Passey</dc:creator>
		<pubDate>Sat, 30 Jan 2010 00:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1230</guid>
		<description>&lt;p&gt;Although I believe it is really beneficial to understand what&#039;s working under the hood, this is a great stepping stone for someone to see the implementation method using Interface Builder.&lt;/p&gt;

&lt;p&gt;One of the most confusing aspects of learning Cocoa (for me) has been the learning curve associated with Interface Builder rather than with Objective-C. This bridged some of that.&lt;/p&gt;

&lt;p&gt;I&#039;ll forever use list mode when viewing objects in IB. Thanks for that great tip!&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Although I believe it is really beneficial to understand what&#8217;s working under the hood, this is a great stepping stone for someone to see the implementation method using Interface Builder.</p>

<p>One of the most confusing aspects of learning Cocoa (for me) has been the learning curve associated with Interface Builder rather than with Objective-C. This bridged some of that.</p>

<p>I&#8217;ll forever use list mode when viewing objects in IB. Thanks for that great tip!</p>

<p>Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fill the void &#8211; UITabBarController from a XIB</title>
		<link>http://www.cimgf.com/2009/06/25/uitabbarcontroller-with-uinavigationcontroller-using-interface-builder/comment-page-1/#comment-1210</link>
		<dc:creator>fill the void &#8211; UITabBarController from a XIB</dc:creator>
		<pubDate>Tue, 22 Dec 2009 15:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cimgf.com/?p=590#comment-1210</guid>
		<description>&lt;p&gt;[...] tutorials on creating a UITabBarController directly through code (a more complex implementation) or from the main XIB. However, I want to separate out the UITabBarController UI elements into a separate XIB and load [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] tutorials on creating a UITabBarController directly through code (a more complex implementation) or from the main XIB. However, I want to separate out the UITabBarController UI elements into a separate XIB and load [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>

