Shaddix
Shaddix

Reputation: 6109

How to setIsAccessibilityElement with Monotouch?

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

Answers (1)

olexa.le
olexa.le

Reputation: 1807

You can use this UIResponder helper class to access isAccessibilityElement.

Upvotes: 1

Related Questions