Last Updated: February 25, 2016
·
636
· johnforester

NSOperation dependencies

Add dependencies to a NSOperation you want to run only after other operations have finished. It's easy and fun!

  • (void)addDependency:(NSOperation *)operation