• 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
Change in animation?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Change in animation?


  • Subject: Change in animation?
  • From: David Rowland <email@hidden>
  • Date: Fri, 29 Jul 2011 21:44:19 -0700

I have a routine that presents and then fades a label and a button,

- (void)fadeView:(UIView *)theView {
  theView.alpha = 1.0;
  infoButton.hidden = FALSE;
  [UIView animateWithDuration:2.5
                   animations:^{theView.alpha = 0.0;}
                   completion:^(BOOL finished){infoButton.hidden = TRUE;}
   ];
}

I changed to Lion and Xcode 4.1 and the behavior has changed. The fade occurs as it should, but while it's in action my touch controls are unresponsive. Formerly, they worked during the fade. Anyone else noticed something like this?

thanks,

David

_______________________________________________

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

  • Follow-Ups:
    • Re: Change in animation?
      • From: Roland King <email@hidden>
  • Prev by Date: Telling Auto Save, "No, I'm busy now"
  • Next by Date: ANN: HBCollections Blocks Categories
  • Previous by thread: Re: Telling Auto Save, "No, I'm busy now"
  • Next by thread: Re: Change in animation?
  • Index(es):
    • Date
    • Thread