What is Nostr?
Marco Arment /
npub1wrz…jlpf
2023-12-12 15:21:29

Marco Arment on Nostr: SwiftUI's .accessibilityRepresentation { … } is fantastic! I built a custom slider ...

SwiftUI's .accessibilityRepresentation { … } is fantastic!

I built a custom slider from SwiftUI primitives (roundrects, drag gesture, etc.), and didn't have to try to match the native Slider's accessibility mechanics — I could just put a real slider in like this:

MyCustomSlider(…)
.accessibilityRepresentation {
Slider(…)
}
Author Public Key
npub1wrzpk00cj4yj2u0pfmld6x529ft2mqqv32quy4fuawl8l20kftuq3njlpf