Contents

foundSuggestionCount

The number of suggested items the query found so far.

Declaration

var foundSuggestionCount: Int { get }

Discussion

As the query runs, it updates the value in this property to reflect the total number of suggestions.

See Also

Executing the query with handler blocks