I worked too much with the search bar, so I donβt know its search parameters, however, I put it in the parent navigation. The controller will keep it at the top of the screen (you can encode the location) and the search bar does not depend on the type of table. I am sure that you can define the search area separately.
navigationController.View.AddSubview (<searchbar>);
Be sure to handle rejecting it when navigating (does not pop out of the stack)
Kiran source
share