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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -