3

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?

enter image description here

Joshua Hart
  • 772
  • 1
  • 21
  • 31

1 Answers1

0

try this

searchController.searchBar.searchFieldBackgroundPositionAdjustment = UIOffset(horizontal: 0, vertical: 8)
Kastor
  • 478
  • 5
  • 12