Tag: accessibilitySpeechSpellOut
1 post

accessibilitySpeechSpellOut asks VoiceOver to speak the sequence of characters. Can be useful for things like promo/reference/authentication codes, phone numbers... it makes more sense to announce each character rather than words and big numbers. Example code in the image: ```swift let codeLabel = UILabel() let attributedLabel = NSAttributedString( string: "BAC1234567D", attributes: [.accessibilitySpeechSpellOut: true] ) title.accessibilityAttributedLabel = attributedLabel ```
All Tags
a11ya11yTOconfAccessibilityaccessibility identifierAccessibility InspectorAccessibility ModifiersaccessibilityActionaccessibilityActivationPointaccessibilityAdjustableActionaccessibilityChildrenaccessibilityContaineraccessibilityElementaccessibilityElementsaccessibilityElementsHiddenaccessibilityFrameaccessibilityIdentifieraccessibilityIgnoresInvertColorsaccessibilityLabelaccessibilitySpeechIPANotationaccessibilitySpeechPitchaccessibilitySpeechPunctuationaccessibilitySpeechSpellOutaccessibilityTraitsaccessibilityUserInputLabelsaccessibilityValueaccessibilityViewIsModaladjustableallowsDirectInteractionAppleAssistiveTouchAudio GraphsBold TextbooksClassic InvertDynamic TypeFull Keyboard AccessGAADGAAD2022GAAD22hapticHIGHuman Interface GuidelinesIncrease ContrastInterface BuilderiOSiPadOSisModalisSearchFieldisSelectedisSummaryElementisTabBarkeyboardShortcutLarge Content ViewerLarger TextMagnifierNSSpainXplaysSoundReduce MotionRotorScreen CurtainsimulatorSmart InvertSpeak ScreenspeechPitchstartsMediaSessionSwiftUISwitchSwitch ControlUIAccessibilityUIAccessibilityCustomActionUIKeyCommandUIKitUISwitchupdatesFrequentlyvisionOSVoice ControlVoiceOverWWDCWWDC22WWDC23XcodeZoom
