Re: Re: UIView animation docs question

2009-11-03 Thread lorenzo7620
On Nov 3, 2009 5:08pm, Klaus Backert 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:

Re: Re: UIView animation docs question

2009-11-03 Thread lorenzo7620
On Nov 3, 2009 3:44pm, Fritz Anderson wrote: On 3 Nov 2009, at 3:29 PM, lorenzo7...@gmail.com wrote: The documentation for setAnimationDidStopSelector in the XCode 3.2.1: says this: "...The message sent to the animation delegate after animations end. The default value is NULL. The s