mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-05-25 01:31:37 +08:00
Add a callback to the tablescreen class that is called when the user stops searching (hits the cancel button)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user