Hi all together,
I'm pretty new to iphone development.
Anyhow I've searched now for 1,5 hrs to find a possibility/tutorial or whatsoever to add a UISearchBar (it's already added to the RootViewController.XIB). There are a lot of Tutos describing how to connect an Array to a UISearchBar. What I would like to do is connect my already working SQLite Database to the UISearchBar, so that I'm able to do a FullTextSearch.
Like.. let's say I have 100 entries within my UITableView out of the SQLite Database and when I enter a "abc" string then only the relevant entries including abc should be shown.
Any ideas?
Thank you very much in advance!