Commit eb6c7e8a by Javier Heisekce

Agrega extension de search bar

parent 2c008c5c
......@@ -144,3 +144,12 @@ extension ContactsViewController: UITableViewDelegate, UITableViewDataSource {
}
}
extension ContactsViewController: UISearchBarDelegate, UISearchDisplayDelegate, UISearchResultsUpdating {
func updateSearchResults(for searchController: UISearchController) {
<#code#>
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment