I have two scenes which can be accessed through a tab bar, on scene 1 there is a search bar. the problem that I am facing is that while searching if I switch to the download
I had this problem in iOS12 and fixed it by setting definesPresentationContext to true for the viewcontroller hosting the search controller.
self.definesPresentationContext = true