Frank-Peter
Frank-Peter
I can confirm the observation of strongwillow. Same behaviour in my app. A (not so nice) workaround for me is to clear the cache when I get a memory pressure...
The problem lies in the excessive call to `FileManager.default.contentsOfDirectory` when the cache is full. DiskCache creates the ordered list of URLs in the cache over and over again for every...
I think I've found the problem: in ColorWheel.swift / `func touchHandler` the point supplied to `hueSaturationAtPoint` must be corrected by the margin (20) of the color wheel: `color = hueSaturationAtPoint(CGPoint(x:...