Reputation: 6109
There's a method setIsAccessibilityElement
on UIView
in Obj-C
.
What is the equivalent in Monotouch
?
I don't see any similar method/property except AccessibilityDecrement/AccessibilityIncrement
, but that's probably something different.
Upvotes: 0
Views: 112
Reputation: 1807
You can use this UIResponder helper class to access isAccessibilityElement.
Upvotes: 1