The NSInvocationOperation class is a concrete subclass of NSOperation that manages the execution of a single encapsulated task specified as an invocation.
I am developing a test app in which I have an NSOperationQueue. I am creating an NSInvocationOperation and observing the "…
ios key-value-observing nsinvocationoperation