I am using Three20 framework, and the auto search feature make the searching really slow, i’d like to disable the auto search and fire the searching once the user clicks on the “Search” button on the pad.
Is there any way i can disable the auto search? Thanks a lot
Create a new display controller
XXSearchDisplayControllerderived fromTTSearchDisplayController, in theXXSearchDisplayController.mThis will disable the auto searching. After this, go to your class derived from
TTTableViewController, sayXXProductsTableViewControllerThe above code will do the searching once the user clicks on the “Search” button