From eb6c7e8a6f2cf04f7e1482508580b1165e580468 Mon Sep 17 00:00:00 2001 From: Javier Heisekce Date: Wed, 8 Apr 2020 09:44:54 -0400 Subject: [PATCH] Agrega extension de search bar --- ContactsApp/ContactsViewController.swift | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ContactsApp/ContactsViewController.swift b/ContactsApp/ContactsViewController.swift index 8f8b62b..bed378f 100644 --- a/ContactsApp/ContactsViewController.swift +++ b/ContactsApp/ContactsViewController.swift @@ -144,3 +144,12 @@ extension ContactsViewController: UITableViewDelegate, UITableViewDataSource { } } + +extension ContactsViewController: UISearchBarDelegate, UISearchDisplayDelegate, UISearchResultsUpdating { + + func updateSearchResults(for searchController: UISearchController) { + <#code#> + } + + +} -- libgit2 0.26.0