Re: UIView animation docs question
Re: UIView animation docs question
- Subject: Re: UIView animation docs question
- From: Klaus Backert <email@hidden>
- Date: Wed, 4 Nov 2009 00:08:11 +0100
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
_______________________________________________
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