skip to Main Content

Xcode – How do you round bottom corners of UINavigation bar with a search bar using large titles

When attempting to crate a UINavigationBar with a search bar and large title, how do you style the bottom of the navigation bar to have rounded corners? self.navigationController?.navigationBar.prefersLargeTitles = true search.searchBar.delegate = self search.searchBar.sizeToFit() search.obscuresBackgroundDuringPresentation = false search.hidesNavigationBarDuringPresentation = true…

VIEW QUESTION
Back To Top
Search