Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This function contains crash info #55

Open
hwenxzhangling opened this issue Jan 5, 2021 · 1 comment
Open

This function contains crash info #55

hwenxzhangling opened this issue Jan 5, 2021 · 1 comment

Comments

@hwenxzhangling
Copy link

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

@tteabag
Copy link

tteabag commented Apr 29, 2022

I have the same issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants