A Boolean value indicating whether the item is an accessibility element an assistive application can access.
SDKs
- iOS 3.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
@property(nonatomic, assign) BOOL isAccessibilityElement;
Discussion
The default value for this property is NO
. If the receiver is a UIKit control, the default value is YES
.