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

Accessibility workshop

Bas Broek
September 03, 2018

Accessibility workshop

Bas Broek

September 03, 2018
Tweet

More Decks by Bas Broek

Other Decks in Programming

Transcript

  1. An introduction to VoiceOver let button = UIButton() button.image =

    plusImage button.accessibilityLabel = NSLocalizedString( "Add item", comment: "") button.accessibilityHint = NSLocalizedString( "Adds the item to your storage", comment: "") @basthomas 4