Hello Brian, I have a question, there is a certain code that is only for IOS 11, as it can be done in order to adapt that effect of the searchbar for iOS 10?
if #available(iOS 11.0, *) {
navigationItem.searchController = searchController
navigationItem.hidesSearchBarWhenScrolling = false
} else {
// Fallback on earlier versions
}