MDQueryEnableUpdates(_:)
Enables updates to the query result list.
Declaration
func MDQueryEnableUpdates(_ query: MDQuery!)Parameters
- query:
The query.
Discussion
This function should be called when finished iterating through the list of results. Live-updates to the query results will continue when all the disables have been matched by a corresponding enable.