添加书签按钮到UITextField.rightView?

时间:2011-03-02 09:52:57

标签: iphone objective-c ipad uitextfield uisearchbar

我有一个带右侧书签按钮的UISearchBar。像这样:

enter image description here

现在,我有一个UITextField,在leftView上有一个文本,在右视图上有一个按钮:

enter image description here

我使用默认按钮

在textField上创建了按钮
[UIButton buttonWithType:UIButtonTypeContactAdd]

有没有办法在UViewextField中添加一个像UISearchBar中的按钮这样的书签按钮???

感谢。

1 个答案:

答案 0 :(得分:0)

最简单的方法是截取书签按钮的截图,如果需要,可以在gimp / photoshop中清理它,并将其用作自定义UIButton中的图像

编辑:像这样:非常简单,只需按下按钮并将其放置在文本字段顶部的界面构建器中

enter image description here