I know "radio buttons" are not a standard iOS UI element, but this is what we have from our UX team.
They are technically UIButtons, but I don't feel it is correct to have the trait == .button.
Because if a user using VoiceOver taps it, and hears "Pickup, Button, Selected" - they might assume if they double tap on it, then, as a button, it should do something. But it won't do anything, because it is already selected. And since it is a Radio Button, it doesn't unselect when an action is applied.
There is no trait for "Radio Button".
Is trait .button
the right way to go?
Thanks, Scott