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
We had the same issue and the solution was to set Under Opaque Bars (since we use opaque bars)
We already had Top and Bottom checked, adding the third moved the search results controller to the correct location.