-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
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:
bounds
via.frame
position
, also via.frame
contentsScale
And these are clearly the most important ones, but are there others that we should keep in sync? The opaque
property? drawsAsynchronously
?
ahirner
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested