iphone - NSOperation exists on NSOperationQueue -
does know way of telling if nsoperation on nsoperationqueue without having list of operations , compare each of items?
thanks in advance,
you have list, it's not taxing. if queue
, operation
objects:
[[queue operations] containsobject:operation];
Comments
Post a Comment