VTree icon indicating copy to clipboard operation
VTree copied to clipboard

VirtualDOM for Swift (iOS, macOS)

Results 1 VTree issues
Sort by recently updated
recently updated
newest added

```swift public typealias HandlerMapping = [SimpleEvent: Msg] ``` Current `HandlerMapping` has above typealias that maps `SimpleEvent` (e.g. target-action, `UIControlEvents`) to `Msg`, but it can't handle event's payloads e.g. `UISlider`'s `valueChanged`....