pocket-casts-ios icon indicating copy to clipboard operation
pocket-casts-ios copied to clipboard

Modify accessibility label of ThemeableSelectionView based on its selection state

Open adincebic opened this issue 2 years ago • 1 comments

When user was creating a new account, plan selection was not indicated to VoiceOver users. When user taps "regular" or "plus" account, VoiceOver now prefixes with word "selected" if that plan is selected. This is inspired by UIButton selection state.

To test

  1. Turn voiceover on
  2. Go to profile
  3. Tap create account
  4. Navigate with voiceover

If selected plan is regular, voiceover should say "Selected, Regular". If regular is not selected, voiceover should just read the accessibility label "regular". Same of course applies for the plus plan.

adincebic avatar Oct 21 '22 06:10 adincebic

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 21 '22 06:10 CLAassistant