From 2c008c5cb092a56a42a6a52d5e554df3cca13c68 Mon Sep 17 00:00:00 2001 From: Javier Heisekce Date: Wed, 8 Apr 2020 09:42:04 -0400 Subject: [PATCH] agrega relacion de delegate para searchbar en view controller --- ContactsApp/Base.lproj/Main.storyboard | 1 + ContactsApp/ContactsViewController.swift | 1 + 2 files changed, 2 insertions(+) diff --git a/ContactsApp/Base.lproj/Main.storyboard b/ContactsApp/Base.lproj/Main.storyboard index e173c10..9bf56c1 100644 --- a/ContactsApp/Base.lproj/Main.storyboard +++ b/ContactsApp/Base.lproj/Main.storyboard @@ -56,6 +56,7 @@ + diff --git a/ContactsApp/ContactsViewController.swift b/ContactsApp/ContactsViewController.swift index 2c61544..8f8b62b 100644 --- a/ContactsApp/ContactsViewController.swift +++ b/ContactsApp/ContactsViewController.swift @@ -11,6 +11,7 @@ import ContactsUI class ContactsViewController: UIViewController { + @IBOutlet weak var searchBar: UISearchBar! @IBOutlet weak var contactsTable: UITableView! var contactStructArray = [ContactStruct]() var contactStruct : ContactStruct? -- libgit2 0.26.0