views:

166

answers:

1

I want to search my tableview with a UISearchBar. My tableview is populated from a sqlite database and has over 1800 rows. I have seen a lot of examples that show how it works from a plist or character array, but not a SQLite datasource. If there is an existing example on the web, I can't find it.
An example of how to do this would help me get over this latest hump.

thx, wes

A: 

I would also like to know this if possible.

Edit: Here's a good link that I am trying, maybe it can help you out... http://icetempest.com/2010/03/learning-to-search/

Marco A
I ended up implementing the searchbar example found in Chapter 8 of Jeff Lamarche/David Marks book: Beginning iPhone 3 Development.thx wes
Wes