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

Which properties should be automatically tracked on the sublayer? #24

Open
madsmtm opened this issue Sep 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@madsmtm
Copy link
Member

madsmtm commented Sep 9, 2024

When the user passes a layer that is not CAMetalLayer, we create a new layer, insert it as a sublayer, and use observers to keep the new layer in sync with the super layer.

The properties of CALayer that we currently keep in sync is:

And these are clearly the most important ones, but are there others that we should keep in sync? The opaque property? drawsAsynchronously?

@madsmtm madsmtm added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Sep 9, 2024
@madsmtm madsmtm mentioned this issue Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Development

No branches or pull requests

1 participant