EachNavigationBar icon indicating copy to clipboard operation
EachNavigationBar copied to clipboard

Cannot Add New SearchController to NavigationBar

Open gokberkince opened this issue 5 years ago • 1 comments

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

gokberkince avatar Jan 03 '20 08:01 gokberkince

Sorry, searchController is not supported yet.

Pircate avatar Jan 03 '20 09:01 Pircate