searchResultsDataSource
The data source for the table view in which the search results are displayed.
Declaration
weak var searchResultsDataSource: (any UITableViewDataSource)? { get set }Discussion
The default is nil.
The data source for the table view in which the search results are displayed.
weak var searchResultsDataSource: (any UITableViewDataSource)? { get set }The default is nil.