Enumeration: UISearchBarIcon

Overview

Constants to identify the icons used in the search bar.

Constant Summary

UISearchBarIconSearch

Identifies the search icon.by default, the corresponding icon is a magnifying glass.available in ios 5.0 and later.declared in uisearchbar.h.

UISearchBarIconClear

Identifies the clear action icon.by default, the corresponding icon is a circle containing an x.available in ios 5.0 and later.declared in uisearchbar.h.

UISearchBarIconBookmark

Identifies the bookmarks icon.by default, the corresponding icon is an open book.available in ios 5.0 and later.declared in uisearchbar.h.

UISearchBarIconResultsList

Identifies the results list icon.by default, the corresponding icon is a list lozenge icon.available in ios 5.0 and later.declared in uisearchbar.h.