SLSearchField Class Reference
| Inherits from | SLTextField : SLElement : SLUIAElement : NSObject |
| Declared in | SLTextField.h |
Overview
SLSearchField matches objects that have the UIAccessibilityTraitSearchField
accessibility trait.
Such as the text field of a UISearchBar.
Warning: A search field can be matched only by using +anyElement,
as it is a private member of UISearchBar and so it is not possible for the
application to configure its accessibility information.