gpt4 book ai didi

ios - 更改搜索栏中的文本框对齐方式

转载 作者:行者123 更新时间:2023-11-30 11:44:16 25 4
gpt4 key购买 nike

我想更改 Searchcontroller searchBar 中占位符的文本对齐方式

我使用此 Swift 代码在导航 Controller 中创建搜索栏:

@IBAction func searchwithAddress(_ sender: Any) {
let searchController = UISearchController(searchResultsController: searchResultController)
searchController.searchBar.delegate = self
searchController.obscuresBackgroundDuringPresentation = false

searchController.searchBar.becomeFirstResponder()
definesPresentationContext = true
self.present(searchController, animated: true, completion: nil)

}

如何为我的搜索栏使用 textalign?

最佳答案

可以引用这个link更改搜索栏中占位符的对齐方式。

但我建议使用 UITextField 和 UIImageView 创建您自己的搜索栏,并响应委托(delegate)调用。

关于ios - 更改搜索栏中的文本框对齐方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49026866/

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