This looks ugly. I want to implement the new search controller for IOS 11 in the navigationItem.searchContoller space, however there is a large gap at the bottom. How do I get rid of this ugly gap?
This looks ugly. I want to implement the new search controller for IOS 11 in the navigationItem.searchContoller space, however there is a large gap at the bottom. How do I get rid of this ugly gap?
try this
searchController.searchBar.searchFieldBackgroundPositionAdjustment = UIOffset(horizontal: 0, vertical: 8)