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