如何更改UISearchBar中文本字段的位置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何更改UISearchBar中文本字段的位置相关的知识,希望对你有一定的参考价值。
答案
请查看Apple的UISearchBar Class Reference,然后查看searchTextPositionAdjustment。
要在图标和文本之间创建10像素的间隙,您可以执行以下操作:
searchBar.searchTextPositionAdjustment = UIOffset(horizontal: 10, vertical: 0)
希望能帮助到你!
以上是关于如何更改UISearchBar中文本字段的位置的主要内容,如果未能解决你的问题,请参考以下文章