INSOperationsKit
INSOperationsKit copied to clipboard
Objective-C adaptation of the sample code provided in the Advanced NSOperations session of WWDC 2015
Results
1
INSOperationsKit issues
Sort by
recently updated
recently updated
newest added
Hey everyone! It seems as though it's currently impossible to surface errors from inside INSURLSessionTaskOperation. I've tried calling -finishWithError: from inside the completion block of my NSURLSessionTask, but the operation...