RSully / RSColorPicker

iOS color picker view with brightness control, opacity control, and delegation support.
Other
302 stars 77 forks source link

Fix NSOperation subclass #62

Open RSully opened 10 years ago

RSully commented 10 years ago

After digging into NSOperations again it looks like I implemented it incorrectly here. Based on what I've read, there is no need for -isConcurrent, -isExecuting, and -isFinished to be implemented as our operation should be non-concurrent, whereas the queue is what handles concurrency.