I have a Popover which has UISearchController assigned to UINavigationItem's searchController property (introduced from iOS 11).When the serchController becomes active, the SearchBar is almost touching the navigationBar. i tried with different approaches like applying Constraints and...