views:

204

answers:

1

How can I allow a change in scope without having the table grey out, the search field become first responder and keyboard popup?

I simply want to refresh the data shown based on the scope.

Thanks

Greg

A: 

If you are changing the scope using the standard UISearchBar scope buttons override the searchDisplayController:shouldReloadTableForSearchScope method in your UISearchDisplayDelegate and have it do whatever you need it to.