DynamicBlurView icon indicating copy to clipboard operation
DynamicBlurView copied to clipboard

DynamicBlurView is a dynamic and high performance UIView subclass for Blur.

Results 3 DynamicBlurView issues
Sort by recently updated
recently updated
newest added

func renderBelowLayer(_ layer: CALayer, in context: CGContext) { let layers = hideOverlappedLayers(layer.sublayers) **layer.render(in: context)** `"context”` may be nil layers.forEach { $0.isHidden = false } }

Exception Type: SIGSEGV Exception Codes: SEGV_ACCERR at 0x16904ee488 Crashed Thread: 0 Thread 0 Crashed: 0 CoreGraphics 0x00000001ed830ddc CGColorGetAlpha + 12 1 QuartzCore 0x00000001f0086bf4 -[CALayer _renderBorderInContext:] + 144 2 QuartzCore 0x00000001f0088b5c...

When using this component i keep getting the following log out 20 times a second [Unknown process name] CGImageCreate: invalid image alphaInfo: kCGImageAlphaNone. It should be kCGImageAlphaNoneSkipLast