Re: Re: UIView animation docs question
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