<?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 timing change from OS 2.X to 3.0</title>
	<atom:link href="http://www.bunnyhero.org/2009/06/29/uitabbarcontroller-timing-change/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bunnyhero.org/2009/06/29/uitabbarcontroller-timing-change/</link>
	<description>Notes on iPhone, Flash and Web development</description>
	<lastBuildDate>Fri, 26 Feb 2010 21:37:06 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tzurs</title>
		<link>http://www.bunnyhero.org/2009/06/29/uitabbarcontroller-timing-change/comment-page-1/#comment-26822</link>
		<dc:creator>tzurs</dc:creator>
		<pubDate>Wed, 01 Jul 2009 08:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunnyhero.org/?p=207#comment-26822</guid>
		<description>This actually makes a difference to many people I think that use the following code which I think is very common:
- (void)tabBarController:(UITabBarController *)controller didSelectViewController:(UIViewController *)viewController
{
    [UIView beginAnimations:@&quot;TabFadeIn&quot; context:nil];
    [UIView setAnimationDuration:1.0];
	UIView* v = [[viewController view] superview];
	[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:v cache:YES];
    [UIView commitAnimations];
}

I have no idea how to accomplish this under 3.0 now that they&#039;ve changed the timing which I believe is the reason for that issue.</description>
		<content:encoded><![CDATA[<p>This actually makes a difference to many people I think that use the following code which I think is very common:<br />
- (void)tabBarController:(UITabBarController *)controller didSelectViewController:(UIViewController *)viewController<br />
{<br />
    [UIView beginAnimations:@"TabFadeIn" context:nil];<br />
    [UIView setAnimationDuration:1.0];<br />
	UIView* v = [[viewController view] superview];<br />
	[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:v cache:YES];<br />
    [UIView commitAnimations];<br />
}</p>
<p>I have no idea how to accomplish this under 3.0 now that they&#8217;ve changed the timing which I believe is the reason for that issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
