I want to do postcode search using SearchBar,SearchDisplayController and UITableView. I am thinking of doing it using CoreData, but still I want to know if anyone has some efficient idea to do the same.
And database have 15000 row, so is it advisable to port sqlite file into application and use core data API to fetch the results.
Thanks, Amit