Slide 4
Slide 4 text
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