• 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: Re: UIView animation docs question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: UIView animation docs question


  • Subject: Re: Re: UIView animation docs question
  • From: email@hidden
  • Date: Tue, 03 Nov 2009 23:33:59 +0000

On Nov 3, 2009 5:08pm, Klaus Backert <email@hidden> wrote:


On 3 Nov 2009, at 23:23, email@hidden wrote:




Here's the code:



[UIView beginAnimations:@"display" context:NULL];

[UIView setAnimationDuration:0.30];

[UIView setAnimationDelegate:self];

[UIView setAnimationDidStopSelector:@selector(animationDidStop:finshed:context:)];




Really "finshed" -- the "i" missing -- above and "finished" below in your code?




-(void)animationDidStop:(NSString *)animationID finished:(NSNumber *)finished context:(void *)context{...}




Klaus



Silly mistake, sorry for the noise. _______________________________________________

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: 
 >Re: UIView animation docs question (From: Klaus Backert <email@hidden>)

  • Prev by Date: Re: UIView animation docs question
  • Next by Date: menu action never being called?
  • Previous by thread: Re: UIView animation docs question
  • Next by thread: Re: UIView animation docs question
  • Index(es):
    • Date
    • Thread