On Nov 3, 2009 5:08pm, Klaus Backert <klaus.back...@t-online.de> wrote:


On 3 Nov 2009, at 23:23, lorenzo7...@gmail.com 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to