• 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: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform)


  • Subject: Re: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform)
  • From: Kyle Sluder <email@hidden>
  • Date: Mon, 04 Feb 2013 08:58:37 -0800

On Sun, Feb 3, 2013, at 11:58 PM, 尹佳冀 wrote:
> Thanks Mike seem You are right, and I write like this
>
> [self performSelector:@selector(doTheThing) withObject:nil
> afterDelay:0.5];
> it can work correctly.

Magic constants like this are evil and are a serious indicator of poor
programming practice. A computer with a faster or slower processor, or
the same computer with more or fewer tasks going at once, can make your
"working" code suddenly fail. Then you're back where you started.

Please describe your problem in more detail so we may help you fix it
the correct way.

--Kyle Sluder

_______________________________________________

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: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform)
      • From: "Glenn L. Austin" <email@hidden>
References: 
 >What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform) (From: 尹佳冀 <email@hidden>)
 >Re: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform) (From: Mike Abdullah <email@hidden>)
 >Re: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform) (From: 尹佳冀 <email@hidden>)

  • Prev by Date: Re: NSDocument's Open File Panel unresponsive when opening large file from disc
  • Next by Date: Re: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform)
  • Previous by thread: Re: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform)
  • Next by thread: Re: What's the difference between [NSOperationQueue currentQueue] and performSelectorOnMainThread (iOS platform)
  • Index(es):
    • Date
    • Thread