performSelector in NSOperation subclass
问题 I couldn't find an answer anywhere else on the net so any help would be appreciated. I am tying to create a system whereby I can retrieve the results of an NSOperation task, which I understand cannot be done by concrete subclasses such as NSInvocation. I have an NSOperation subclass ( TheEngine ) which is abstract by convention and must be extended to implement the function -main , to include the body of code to execute. TheEngine contains the following initialisation function whose job is