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
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