In iOS 11, we now use
self.navigationItem.searchController = self.searchController
to embed search bar in navigation item title view. This, however, pushes the other navigation items above the search bar, like this:
Without using custom containers or going back to the old way of setting search bar, is there any way we can keep the other navigation items on the same level as the search bar in iOS 11? Like this:

