<?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: How-To: Jump between tabs using UITabBarController</title>
	<atom:link href="http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html</link>
	<description>Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX</description>
	<lastBuildDate>Tue, 22 Nov 2011 00:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Muhammed Aamir</title>
		<link>http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html/comment-page-1#comment-1886</link>
		<dc:creator>Muhammed Aamir</dc:creator>
		<pubDate>Thu, 30 Jun 2011 09:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=334#comment-1886</guid>
		<description>It doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammed Aamir</title>
		<link>http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html/comment-page-1#comment-1885</link>
		<dc:creator>Muhammed Aamir</dc:creator>
		<pubDate>Thu, 30 Jun 2011 08:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=334#comment-1885</guid>
		<description>It is not working.</description>
		<content:encoded><![CDATA[<p>It is not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sahil</title>
		<link>http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html/comment-page-1#comment-1679</link>
		<dc:creator>sahil</dc:creator>
		<pubDate>Tue, 04 May 2010 16:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=334#comment-1679</guid>
		<description>thnx for the code. its really help me a lot</description>
		<content:encoded><![CDATA[<p>thnx for the code. its really help me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sijo</title>
		<link>http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html/comment-page-1#comment-1678</link>
		<dc:creator>Sijo</dc:creator>
		<pubDate>Mon, 03 May 2010 10:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=334#comment-1678</guid>
		<description>Thanks.......helped me very much</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;&#8230;.helped me very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Loreto</title>
		<link>http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html/comment-page-1#comment-1152</link>
		<dc:creator>Marco Loreto</dc:creator>
		<pubDate>Mon, 20 Jul 2009 20:52:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=334#comment-1152</guid>
		<description>Im also having problems implementing this piece of code, it gives me errors when i build it. Could you please post an example?</description>
		<content:encoded><![CDATA[<p>Im also having problems implementing this piece of code, it gives me errors when i build it. Could you please post an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Loreto</title>
		<link>http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html/comment-page-1#comment-1135</link>
		<dc:creator>Marco Loreto</dc:creator>
		<pubDate>Fri, 17 Jul 2009 21:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=334#comment-1135</guid>
		<description>Im having problems implementing this, could you post a tutorial or the code to understand it better?. Thanks in advance...</description>
		<content:encoded><![CDATA[<p>Im having problems implementing this, could you post a tutorial or the code to understand it better?. Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angel</title>
		<link>http://blog.evandavey.com/2008/12/how-to-jump-between-tabs-using-uitabbarcontroller.html/comment-page-1#comment-898</link>
		<dc:creator>angel</dc:creator>
		<pubDate>Sun, 19 Apr 2009 07:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=334#comment-898</guid>
		<description>I have been trying to perform the above coding statment from a NSThread, but cannot seem to get it to work. My setup: from within the App delegate I create an NSThread. When external events occur, I programatically try to go to a desired tab. However, nothing seems to work. Some sites indicate there may be issues when doing this from a thread. My NSThread passes the &#039;this&#039; reference (the app delegate), hence I can get access to the UINavigationController and UITableViews, etc,.
Any ideas.</description>
		<content:encoded><![CDATA[<p>I have been trying to perform the above coding statment from a NSThread, but cannot seem to get it to work. My setup: from within the App delegate I create an NSThread. When external events occur, I programatically try to go to a desired tab. However, nothing seems to work. Some sites indicate there may be issues when doing this from a thread. My NSThread passes the &#8216;this&#8217; reference (the app delegate), hence I can get access to the UINavigationController and UITableViews, etc,.<br />
Any ideas.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

