• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UIView animation docs question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UIView animation docs question


  • Subject: Re: UIView animation docs question
  • From: Klaus Backert <email@hidden>
  • Date: Wed, 4 Nov 2009 00:08:11 +0100


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

_______________________________________________

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


  • Follow-Ups:
    • Re: Re: UIView animation docs question
      • From: email@hidden
References: 
 >Re: Re: UIView animation docs question (From: email@hidden)

  • Prev by Date: Re: Core Data design question: receiving KVO notifications of partially mutated objects
  • Next by Date: Re: Re: UIView animation docs question
  • Previous by thread: Re: Re: UIView animation docs question
  • Next by thread: Re: Re: UIView animation docs question
  • Index(es):
    • Date
    • Thread