We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bba167 commit 0ec6f12Copy full SHA for 0ec6f12
1 file changed
PIA VPN/UI/Menu/RegionsViewController.swift
@@ -152,9 +152,9 @@ class RegionsViewController: AutolayoutViewController {
152
searchController.searchResultsUpdater = self
153
searchController.obscuresBackgroundDuringPresentation = false
154
searchController.searchBar.placeholder = L10n.Localizable.Region.Search.placeholder
155
- self.tableView.tableHeaderView = self.searchController.searchBar
156
-
157
- searchController.hidesNavigationBarDuringPresentation = false
+
+ navigationItem.searchController = searchController
+ definesPresentationContext = true
158
}
159
160
override func viewWillAppear(_ animated: Bool) {
0 commit comments