Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Support for SwiftUI State and Data Flow in ASDisplayNode

Open mycroftcanner opened this issue 6 years ago • 1 comments

It would be really nice if we could support the following property wrappers in a Node:

@Binding to create a two-way connection between a view and its underlying model.

@EnvironmentObject a dynamic view property that uses a bindable object supplied by an ancestor view to invalidate the current view whenever the bindable object changes.

@State through which a view reads and monitors the value.

It shouldn't be hard, I'm gonna look into it.

mycroftcanner avatar Sep 27 '19 18:09 mycroftcanner

Any news on this one?

denizdogan avatar May 30 '22 12:05 denizdogan