如何在新的 navigationItem.searchController 中将 SearchBar 居中?
Posted
技术标签:
【中文标题】如何在新的 navigationItem.searchController 中将 SearchBar 居中?【英文标题】:How to center a SearchBar in the new navigationItem.searchController? 【发布时间】:2017-09-25 23:58:31 【问题描述】:这看起来很难看。我想在 navigationItem.searchContoller 空间中为 ios 11 实现新的搜索控制器,但是底部有很大的差距。我该如何摆脱这个丑陋的差距?
【问题讨论】:
也许这可以帮助link 不,这没有帮助:( 除了使用titleView而不是searchController,你找到解决方案了吗? 【参考方案1】:试试这个
searchController.searchBar.searchFieldBackgroundPositionAdjustment = UIOffset(horizontal: 0, vertical: 8)
【讨论】:
取消按钮仍然不在中心 :(以上是关于如何在新的 navigationItem.searchController 中将 SearchBar 居中?的主要内容,如果未能解决你的问题,请参考以下文章
如何在新的 Google Play 控制台中停用所有旧版本的 APK?
如何在新的 android 设计库中使用 TextInputLayout
如何在新的 SwiftUI 应用生命周期中接受 CloudKit 共享?