UISearchBar
I'm just beginning work on an application that needs to include a long list of items, such that a search bar is necessary. Each item, when clicked should lead to a new UIView or a UITableView with two new options. I've made other applications before with table views etc, but quite honestly I'm confused as to where i need to start on this one. If anyone has any advice as far as where to start goes that would be incredibly helpful. also any basic sample code for the search bar or even the basic layout of the first page would be enormously helpful.
|