A view class in iOS (Apple) that implements a text field control for text-based searches.
The control provides a text field for entering text, a search button, a bookmark button, and a cancel button. The UISearchBar
object does not actually perform any searches. You use a delegate, an object conforming to the UISearchBarDelegate
protocol, to implement the actions when text is entered and buttons are clicked.