Skip to content

This function contains crash info #55

@hwenxzhangling

Description

@hwenxzhangling

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
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions