• 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: Using performSelector:withObject:afterDelay: to call a delegate method?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using performSelector:withObject:afterDelay: to call a delegate method?


  • Subject: Re: Using performSelector:withObject:afterDelay: to call a delegate method?
  • From: Bill Bumgarner <email@hidden>
  • Date: Wed, 30 Dec 2009 09:37:38 -0800

On Dec 30, 2009, at 9:08 AM, Helen Cooper wrote:

> [self performSelector:@selector(doSomething00) withObject:NULL afterDelay:4.0];
>
>
> -(void)doSomething00{
> [someDelegate doSomething];
> }
>
> I am wondering though, if there might be a way to use  performSelector:withObject:afterDelay: (or some similar method) to call the delegate method directly?

	[delegate performSelector:@selector(doSomething) withObject:nil afterDelay:4.0];

b.bum
_______________________________________________

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: Using performSelector:withObject:afterDelay: to call a delegate method?
      • From: Helen Cooper <email@hidden>
References: 
 >Using performSelector:withObject:afterDelay: to call a delegate method? (From: Helen Cooper <email@hidden>)

  • Prev by Date: Re: Encrypting Binary Strings
  • Next by Date: Re: Using performSelector:withObject:afterDelay: to call a delegate method?
  • Previous by thread: Using performSelector:withObject:afterDelay: to call a delegate method?
  • Next by thread: Re: Using performSelector:withObject:afterDelay: to call a delegate method?
  • Index(es):
    • Date
    • Thread