Re: Emulating UISegmentedControl accessibility behavior
Re: Emulating UISegmentedControl accessibility behavior
- Subject: Re: Emulating UISegmentedControl accessibility behavior
- From: Clare Kasemset <email@hidden>
- Date: Wed, 02 Aug 2017 06:44:39 -0700
Sent from my iPhone
> On Aug 2, 2017, at 6:32 AM, Vincenzo Rubano <email@hidden>
> wrote:
>
> While flicking through the segments of a UISegmentedControl, VoiceOver
> announces the position of the selected segment and the number of segments
> provided by that control. What’s the easiest way to emulate this behavior
> within a static UITableView section created in Interface Builder where each
> cell emulates the behavior of a segment of a UISegmentedControl?
>
> Is there an accessibility trait responsible for this behavior or should this
> information be put within the accessibility label of each cell?
Your best bet is probably as you said, putting that info in the accessibility
label.
There is a trait that does something similar to this for tab bars
(UIAccessibilityTraitTabBar) but it would be difficult to apply it to a
specific table view section rather than an entire view.
>
> Thanks in advance for your support
>
>
> Vincenzo
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Accessibility-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden