如何将SearchBar集中在新的navigationItem.searchController中?

时间:2017-09-25 23:58:32

标签: xcode uinavigationitem ios11 uisearchcontroller

这看起来很难看。我想在navigationItem.searchContoller空间中为IOS 11实现新的搜索控制器,但是底部有一个很大的差距。我如何摆脱这种丑陋的差距?

enter image description here

1 个答案:

答案 0 :(得分:0)

尝试

searchController.searchBar.searchFieldBackgroundPositionAdjustment = UIOffset(horizontal: 0, vertical: 8)