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
Setting
extendedLayoutIncludesOpaqueBars = true
in the UIViewController used to show the search results, fixed the issue for me.
UIViewController