SearchViewController
class SearchViewController : UITableViewController
extension SearchViewController: UISearchResultsUpdating
Undocumented
-
Undocumented
Declaration
Swift
var commerces: [Commerce] -
Undocumented
Declaration
Swift
var filteredComm: [Commerce] -
Undocumented
Declaration
Swift
let searchController: UISearchController -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
func setupSearchController() -
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
func filterRowsForSearchedText(_ searchText: String) -
Undocumented
Declaration
Swift
@IBAction func closeView() -
Undocumented
Declaration
Swift
func searchBarIsEmpty() -> Bool -
Undocumented
Declaration
Swift
func isFiltering() -> Bool
-
Undocumented
Declaration
Swift
func updateSearchResults(for searchController: UISearchController) -
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat -
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
override func numberOfSections(in tableView: UITableView) -> Int -
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Undocumented
Declaration
Swift
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)
SearchViewController Class Reference