Empty space below navigation bar with displaysSearchBarInNavigationBar = YES
问题 I've an issue with a search bar in a navigation bar using the property displaysSearchBarInNavigationBar = YES . I have an empty space between the navigation bar and the search content which is equals to the height of the navigation item + status bar. It's just as if during building the view, the framework doesn't know that my search bar is the navigation bar... This empty space appears before tipping anything, and when displaying the result tables. I haven't found anything related to this