|
From: | Banlu Kemiyatorn |
Subject: | Re: Trying to understand NSOperation |
Date: | Mon, 28 Feb 2011 05:22:58 +0700 |
- (void) observeValueForKeyPath: (NSString *)keyPath ... while ((op = [en nextObject]) != nil) { if (NO == [op isReady]) <-- should this be isFinished ? break; }
[Prev in Thread] | Current Thread | [Next in Thread] |