When running the App on iOS 13 beta 6, using Xcode 11 beta 5 I\'m encountering the strange gap when presenting search results view controller:
Here\'s a bit o
extendedLayoutIncludesOpaqueBars = true did help to some extent.
extendedLayoutIncludesOpaqueBars = true
Along with this, I had to update
navigationController?.navigationBar.prefersLargeTitles = false
when we start searching and set it back to true when search bar is dismissed.
true