如何左对齐UISearchBar占位符文本 [英] How to left align UISearchBar placeholder text

查看:207
本文介绍了如何左对齐UISearchBar占位符文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要像这样制作一个自定义搜索栏。我遇到的问题是左对齐占位符文本,以及将搜索图标放在右侧。我有一个png的搜索图标,我试图在 UIImageView 中使用,并将 UIImageView 设置为 UISearchBar UITextField 的rightView 。这个解决方案没有用,我没有想法。有没有人有解决方案?

I need to make a custom search bar like this. The problem I am having is left aligning the placeholder text, as well as placing the search icon in the right. I have a png of the search icon that I have tried to use in an UIImageView, and set that UIImageView as the rightView of the UISearchBar's UITextField. This solution has not worked, and I ran out of ideas. Does anyone have a solution?

推荐答案

不要使用 UISearchBar 如果您需要进行这些类型的自定义。你必须自己使用 UITextField UIImageView ,并响应委托调用。

Don't use a UISearchBar if you need to do these kinds of customizations. You'll have to make your own using a UITextField and a UIImageView, and responding to the delegate calls.

这篇关于如何左对齐UISearchBar占位符文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆