Sorry if this has already been answered, but how do you add a search function to an iPhone app. I have made a brilliant app but need to add a search function so people can search for "items" within my app. Like the contacts search in iPhone 2.0.
There's nothing pre-written to generically "search" through some generic items - that would be hard to do such that it covered the greatly differing needs of developers based on the application.
As far as UI goes, though, you can use a UISearchBar. That's about as prewritten as you're gonna get.
How would I go about implementing a search function to sift through a large-ish SQL table I have? It's just a load of categories leading to pages with about 7 or 8 blocks of text on them.