Re: Animation Did Stop - Works For OS3 but not OS2.2

2009-07-04 Thread Conrad Taylor
Hi, I would highly recommend that you move this thread to the iPhone Developer Forums. This is the Cocoa Dev mailing list. -Conrad On Fri, Jul 3, 2009 at 3:37 PM, Dave DeLong wrote: > Hi Chunk, > > You're missing the third parameter of the selector (the context parameter). > Also, I believe t

Re: Animation Did Stop - Works For OS3 but not OS2.2

2009-07-03 Thread Dave DeLong
Hi Chunk, You're missing the third parameter of the selector (the context parameter). Also, I believe that OS 2.2 didn't send parameters along in the animation selectors. The selector you're providing (animationHasFinished:finished:) will need at least two (the docs for 3.0 say you need