I have my UISearchBar being part of the navigation bar like:
UISearchBar
let searchBar = UISearchBar() //some more configuration to the search bar .....
try this code on "ACKNOWLEDGEMENTS" view controller in viewDidLoad
self.extendedLayoutIncludesOpaqueBars = true