mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
* Add experimental feature of hierarchyDisplayDidFinish being recursive ## Summary `hierarchyDisplayDidFinish` is currently called when a node's immediate subnodes implement custom CALayer rendering. For example, ASNetworkImageNode and ASTextNode perform this sort of rendering. However, it can be useful -- and less fragile -- if `hierarchyDisplayDidFinish` is propagated further up the node hierarchy. That way, if a feature is refactored such that an extra node appears between the node implementing `hierarchyDisplayDidFinish` and the nodes doing CALayer rendering, we don't lose the callback. ## Test plan Manually tested using a modified version of the Kittens example. Also ran `build.sh tests`. * Revert SDK change since it's still Xcode 15
2 lines
6 B
Plaintext
2 lines
6 B
Plaintext
3.3.8
|