gpt4 book ai didi

ios - 调整 UISearchController 搜索栏的 insets

转载 作者:行者123 更新时间:2023-11-28 13:39:41 27 4
gpt4 key购买 nike

我正在尝试一些设计,我希望所有 subview 的边距均等 25 像素。 UISearchControllersearchBar 在开箱即用的两侧都有 16px 的填充。我是否必须从头开始编写搜索栏文本字段,或者是否有任何方法(未记录的、混合的或其他方式)来完成抵消原生栏以符合我的口味?

enter image description here

最佳答案

如果您使用的是 UISearchController,您可以像这样设置 searchBar 的边距(假设 searchBarUISearchController 实例):

let directionalMargins = NSDirectionalEdgeInsets(top: 0, leading: 25, bottom: 0, trailing: 25)
searchController.searchBar.directionalLayoutMargins = directionalMargins

关于ios - 调整 UISearchController 搜索栏的 insets,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56208642/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com