Re: [iPhone] customizing UIView animation run background color
Re: [iPhone] customizing UIView animation run background color
- Subject: Re: [iPhone] customizing UIView animation run background color
- From: Luke the Hiesterman <email@hidden>
- Date: Tue, 17 Nov 2009 07:35:47 -0800
self.view.backgroundColor = [UIColor blueColor]; //cause why not blue?
Luke
On Nov 17, 2009, at 7:32 AM, Tharindu Madushanka wrote:
Hi
I am using following method to flip between UIViews that have
imageviews on
it as background. When I animate the views. I could see white
background
color at animating time. Can I change this color. What I currently
do is
like this.
[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration:1.25];
[UIView setAnimationCurve:UIAnimationCurveEaseInOut];
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft
forView:self.view cache:YES];
[self.view exchangeSubviewAtIndex:1 withSubviewAtIndex:2];
[UIView commitAnimations];
while at animation time white background color is there. Could I
change this
?
Thank you
-Tharindu
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden