<?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: UITabBar iPhone Tutorial</title>
	<atom:link href="/2008/09/28/uitabbar-iphone-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Mon, 18 Aug 2014 06:06:00 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>By: wiegeabo kilijabob</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-7975</link>
		<dc:creator><![CDATA[wiegeabo kilijabob]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 05:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-7975</guid>
		<description><![CDATA[So where&#039;s the video?Â  Because I don&#039;t see a link anywhere.]]></description>
		<content:encoded><![CDATA[<p>So where&#8217;s the video?Â  Because I don&#8217;t see a link anywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio E Abraham</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-7286</link>
		<dc:creator><![CDATA[Sergio E Abraham]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 11:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-7286</guid>
		<description><![CDATA[Hi!
I&#039;m having issues when I try to use my own .xib files on each tab. I&#039;m frustrated at the moment. It&#039;s been 24hs that I&#039;m having the same error (In fact nothing is shown in debugger but a &#039;Received SIGKILL&#039; )

How can I make an nib file to be shown by a tab? I already followed these instructions several times, and I&#039;ve checked the connections between the nibs (I&#039;ve compared mine with those example views you get when you start a tab based project..Â 
And still nothing :(
Sometimes I get only a black screen with no controls at all

Could you tell me what I should prepare my nib files in order to be used by the mainwindow tab controller?

Thank you very much
SergioÂ ]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
I&#8217;m having issues when I try to use my own .xib files on each tab. I&#8217;m frustrated at the moment. It&#8217;s been 24hs that I&#8217;m having the same error (In fact nothing is shown in debugger but a &#8216;Received SIGKILL&#8217; )</p>
<p>How can I make an nib file to be shown by a tab? I already followed these instructions several times, and I&#8217;ve checked the connections between the nibs (I&#8217;ve compared mine with those example views you get when you start a tab based project..Â <br />
And still nothing <img src="/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /><br />
Sometimes I get only a black screen with no controls at all</p>
<p>Could you tell me what I should prepare my nib files in order to be used by the mainwindow tab controller?</p>
<p>Thank you very much<br />
SergioÂ </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio E Abraham</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-7285</link>
		<dc:creator><![CDATA[Sergio E Abraham]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 11:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-7285</guid>
		<description><![CDATA[Hi!
I&#039;m having issues when I try to use my own .xib files on each tab. I&#039;m frustrated at the moment. It&#039;s been 24hs that I&#039;m having the same error (In fact nothing is shown in debugger but a &#039;Received SIGKILL&#039; )

How can I make an nib file to be shown by a tab? I already followed these instructions several times, and I&#039;ve checked the connections between the nibs (I&#039;ve compared mine with those example views you get when you start a tab based project..Â 
And still nothing :(
Sometimes I get only a black screen with no controls at all

Could you tell me what I should prepare my nib files in order to be used by the mainwindow tab controller?

Thank you very much
SergioÂ ]]></description>
		<content:encoded><![CDATA[<p>Hi!<br />
I&#8217;m having issues when I try to use my own .xib files on each tab. I&#8217;m frustrated at the moment. It&#8217;s been 24hs that I&#8217;m having the same error (In fact nothing is shown in debugger but a &#8216;Received SIGKILL&#8217; )</p>
<p>How can I make an nib file to be shown by a tab? I already followed these instructions several times, and I&#8217;ve checked the connections between the nibs (I&#8217;ve compared mine with those example views you get when you start a tab based project..Â <br />
And still nothing <img src="/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /><br />
Sometimes I get only a black screen with no controls at all</p>
<p>Could you tell me what I should prepare my nib files in order to be used by the mainwindow tab controller?</p>
<p>Thank you very much<br />
SergioÂ </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wshelor</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-7281</link>
		<dc:creator><![CDATA[Wshelor]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 00:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-7281</guid>
		<description><![CDATA[This is fantastic!Â  I&#039;ve been so frustrated trying to get this to work- thanks for the guide!Â  ]]></description>
		<content:encoded><![CDATA[<p>This is fantastic!Â  I&#8217;ve been so frustrated trying to get this to work- thanks for the guide!Â  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wshelor</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-7282</link>
		<dc:creator><![CDATA[Wshelor]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 00:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-7282</guid>
		<description><![CDATA[This is fantastic!Â  I&#039;ve been so frustrated trying to get this to work- thanks for the guide!Â  ]]></description>
		<content:encoded><![CDATA[<p>This is fantastic!Â  I&#8217;ve been so frustrated trying to get this to work- thanks for the guide!Â  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: à¸žà¸·à¹‰à¸™à¸à¸²à¸™à¸à¸²à¸£à¸ªà¸£à¹‰à¸²à¸‡ App à¹‚à¸”à¸¢à¹ƒà¸Šà¹‰ UITabBarContrller &#124; iPhone developer in Thailand</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-1427</link>
		<dc:creator><![CDATA[à¸žà¸·à¹‰à¸™à¸à¸²à¸™à¸à¸²à¸£à¸ªà¸£à¹‰à¸²à¸‡ App à¹‚à¸”à¸¢à¹ƒà¸Šà¹‰ UITabBarContrller &#124; iPhone developer in Thailand]]></dc:creator>
		<pubDate>Fri, 22 Oct 2010 10:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-1427</guid>
		<description><![CDATA[[...] theÂ sourceÂ code for this tutorialÂ here   This entry was posted in Tutorial and tagged UITabBar. Bookmark the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] theÂ sourceÂ code for this tutorialÂ here   This entry was posted in Tutorial and tagged UITabBar. Bookmark the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan OL' School</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-1426</link>
		<dc:creator><![CDATA[Jordan OL' School]]></dc:creator>
		<pubDate>Fri, 22 Oct 2010 10:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-1426</guid>
		<description><![CDATA[Thanks for your great website, i love it very much. Welcome to visit our website too.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your great website, i love it very much. Welcome to visit our website too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peetonn</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-1425</link>
		<dc:creator><![CDATA[peetonn]]></dc:creator>
		<pubDate>Sat, 16 Oct 2010 20:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-1425</guid>
		<description><![CDATA[hello!
i&#039;m curious about method you added new views to the tabbar. why did you create new file and choose &quot;View&quot;, instead of simply dragging new view from the library directly to the tabbar control? are these ways equivalent or not?]]></description>
		<content:encoded><![CDATA[<p>hello!<br />
i&#8217;m curious about method you added new views to the tabbar. why did you create new file and choose &#8220;View&#8221;, instead of simply dragging new view from the library directly to the tabbar control? are these ways equivalent or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-1424</link>
		<dc:creator><![CDATA[Salman]]></dc:creator>
		<pubDate>Sat, 09 Oct 2010 12:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-1424</guid>
		<description><![CDATA[How to Add TabController in an exitsing UIViewContorller]]></description>
		<content:encoded><![CDATA[<p>How to Add TabController in an exitsing UIViewContorller</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://icodeblog.com/2008/09/28/uitabbar-iphone-tutorial/#comment-1423</link>
		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Sun, 08 Aug 2010 05:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=449#comment-1423</guid>
		<description><![CDATA[Thank you so much - I am looking for easy-2-use tutorials and you hit the nail right on the head.

Thank you again!]]></description>
		<content:encoded><![CDATA[<p>Thank you so much &#8211; I am looking for easy-2-use tutorials and you hit the nail right on the head.</p>
<p>Thank you again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
