From d7ee49f1a823be3f4071e336866a23f4c363fb7e Mon Sep 17 00:00:00 2001 From: Anthony Miller Date: Tue, 25 Oct 2016 12:29:20 -0700 Subject: [PATCH] Fixed bug when making search controller active while embedded in 'UINavigationController' --- Pods/EPContactsPicker.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Pods/EPContactsPicker.swift b/Pods/EPContactsPicker.swift index d72678c..9d780d7 100644 --- a/Pods/EPContactsPicker.swift +++ b/Pods/EPContactsPicker.swift @@ -66,6 +66,7 @@ open class EPContactsPicker: UITableViewController, UISearchResultsUpdating, UIS let controller = UISearchController(searchResultsController: nil) controller.searchResultsUpdater = self controller.dimsBackgroundDuringPresentation = false + controller.hidesNavigationBarDuringPresentation = false controller.searchBar.sizeToFit() controller.searchBar.delegate = self self.tableView.tableHeaderView = controller.searchBar