You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
I would recommend creating a DidFinishOperationObserver implementation of OperationObserver. if you feel it should be added to PSOperations, you should submit a pull request :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
Sometimes I use OperationObserver protocol, but I only want to do something in operationDidFinish func. I must also implement the other 3 funcs, too.
If I add bellow extension, I can only implement operationDidFinish function only!
So I think It will make OperationObserver protocol more friendly to use.
The text was updated successfully, but these errors were encountered: