NSOperation inside NSOperationQueue not being executed
- by Martin Garcia
I really need help here. I'm desperate at this point.
I have NSOperation that when added to the NSOperationQueue is not being triggered.
I added some logging to see the NSOperation status and this is the result:
Queue operations count = 1
Queue isSuspended = 0
Operation isCancelled? = 0
Operation isConcurrent? = 0
Operation isFinished? = 0…