• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [iPhone] customizing UIView animation run background color
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >[iPhone] customizing UIView animation run background color (From: Tharindu Madushanka <email@hidden>)

  • Prev by Date: [iPhone] customizing UIView animation run background color
  • Next by Date: Re: [iPhone] customizing UIView animation run background color
  • Previous by thread: [iPhone] customizing UIView animation run background color
  • Next by thread: Re: [iPhone] customizing UIView animation run background color
  • Index(es):
    • Date
    • Thread