Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Accessibility in SwiftUI: Better Apps for Everyone

Bas Broek
October 06, 2020

Accessibility in SwiftUI: Better Apps for Everyone

Bas Broek

October 06, 2020
Tweet

More Decks by Bas Broek

Other Decks in Programming

Transcript

  1. An introduction to VoiceOver Button(action: {}) { Image(systemName: "plus") }

    .accessibilityLabel("Add Item") .accessibilityHint("Adds the item to your storage") @basthomas 4