EachNavigationBar
EachNavigationBar copied to clipboard
Cannot Add New SearchController to NavigationBar
I tried to add searchController with this code but even in debug view hierarchy it doesn't appear.
navigation.item.searchController = UISearchController(searchResultsController: nil) navigation.item.searchController?.searchBar.isHidden = false navigation.item.searchController?.hidesNavigationBarDuringPresentation = false
Sorry, searchController is not supported yet.