Add a callback to the tablescreen class that is called when the user stops searching (hits the cancel button)

This commit is contained in:
Mark Rickert
2013-08-14 20:20:31 -04:00
parent fd6053daa1
commit 23eba38466

View File

@@ -51,6 +51,7 @@ module ProMotion
@promotion_table_data_data = nil
self.table_view.setScrollEnabled true
self.table_view.reloadData
@table_search_display_controller.delegate.stopped_searching if @table_search_display_controller.delegate.respond_to? "stopped_searching"
end
def searchDisplayControllerWillBeginSearch(controller)