Create AsyncOperation | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/9461083-ios-concurrency-with-gcd-and-operations/lessons/28

very helpful, thanks, I tested the AsyncOperation with the new progress API on OperationQueue (from iOS 13) … but it was not reporting progress, I found that the AsyncOperation class was missing to call super.start() on the start method, now it works!

1 Like

@giguerea Really glad you fixed it!