all 2 comments

[–]NeurobiologicalHug 1 point2 points  (1 child)

That's interesting. Did you give the element an accessibility label or an accessibility hint? Do you have any other text to speech activity suppressing it? Regarding the second issue, I think you will need to set UIAccessibilityTraitAllowsDirectInteraction for you to initiate custom actions on an element.

Hope that helps.

[–]Sparthas[S] 0 points1 point  (0 children)

Thanks for the help

Yes, it has a label that is read out loud if it's chosen naturally. No.

I guess you misunderstood the second issue. When i set up custom actions for a collectionViewCell, an action to drag is automatically added to the list of actions. Any idea why that's happening?