DynamicBlurView
DynamicBlurView copied to clipboard
This function contains crash info
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
}
}
I have the same issues