Closed mrylmz closed 3 years ago
Add SwiftUI style modifier behaviour to wrap composable views together.
Example:
SomeView() .instantiate() .onTapGesture { } // Wraps SomeView to ActionView<SomeView> and populates view model somehow
Add SwiftUI style modifier behaviour to wrap composable views together.
Example: