SearchResultsManager
public class SearchResultsManager : NSObject
extension SearchResultsManager: UITableViewDelegate
extension SearchResultsManager: UITableViewDataSource
                - 
                  
                  
Declaration
Swift
public static let shared: SearchResultsManager - 
                  
                  
Declaration
Swift
public func updateSearchResults(newResult: [SearchResultSection: [Any]], forTableView tableView: UITableView, showRecents: Bool? = false, categoryTree: CMSCategoryTree? = nil, withHandler handler: SearchResultSelectionDelegate? = nil) - 
                  
                  
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat - 
                  
                  
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat - 
                  
                  
Declaration
Swift
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) - 
                  
                  
Declaration
Swift
public func numberOfSections(in tableView: UITableView) -> Int - 
                  
                  
Declaration
Swift
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int - 
                  
                  
Declaration
Swift
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell - 
                  
                  
Declaration
Swift
public func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? - 
                  
                  
Declaration
Swift
public func scrollViewDidScroll(_ scrollView: UIScrollView) 
      SearchResultsManager Class Reference