在UINavigationbar中添加无边框搜索按钮

时间:2013-05-06 19:00:51

标签: iphone ios uibutton uinavigationbar

早上好,晚上好!

我觉得我的问题是一个容易解决的愚蠢问题,但看起来Google无法帮助我。

我想在UINavigationBar添加一个搜索按钮,但我希​​望它无边框!

当我通过Xcode设置它时,我有一个非常糟糕的按钮:

Button with border

我想要这种按钮(来自Dropbox app): Button without border

如果有人能够向我解释实现这一目标的诀窍,那就太好了!

谢谢。

2 个答案:

答案 0 :(得分:1)

我认为你有一个条形按钮项目。我玩过它。 Bar Buttom Item必须有一个清晰的色彩。实际按钮是一种自定义类型。然后它会以你想要的方式出现(我想)。

在我的IB中它看起来像这样:

enter image description here

以下是

enter image description here

使用这样的属性:

enter image description here

就像这样:

enter image description here

希望它有所帮助。

答案 1 :(得分:0)

如果使用Interface Builder,请将按钮类型设置为自定义,并将图像用作按钮的背景。