When I start a new project in Xcode 6 iOS 8.1 and use this line of code
self.shouldEnableEffects = YES;
this happens https://www.youtube.com/watch?v=GPUkEAnHW7s
It wouldn't be a problem if I had control over it, but no matter what I try (changing blending mode or adding CIFilters to the scene) the result is always that.
I've searched around the web and have tried to duplicate examples that i've seen and it comes out to the posted video basically.