Adding Searching
When you add search capability to a table, you are really adding a few things:
A UISearchBar
for the user to enter search terms
A UISearchDisplayController
for managing the display of search results
Methods from the UISearchDisplayDelegate
protocol for updating the found items, as well as other state information
Any required updates ...
Get Learning iOS Development: A Hands-on Guide to the Fundamentals of iOS Programming now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.