如何使用UIButton的默认图像图标而不是UIBarButton项

时间:2015-07-07 18:50:09

标签: c# xcode xamarin

如下面的屏幕截图所示。我正在使用UIBarButton项目将搜索图标用作图像:

enter image description here

下图显示我正在使用工具栏来使用图像按钮。

enter image description here

这是条形按钮项目被识别为搜索图标的方式。

enter image description here

问题:如何为UIButton做同样的事情?

我已尝试以编程方式或通过界面构建​​器执行此操作,但无论如何都无法找到做同样的事情。我知道我可以使用UIButton的背景图像,但我想简单地选择像UIBarButton这样的标识符。有没有办法做到这一点?

1 个答案:

答案 0 :(得分:2)

不,UIButton的默认图标列表非常有限,与UIBarButtonItem不同。搜索图标不是其中之一。这些可用作UIButtonType的枚举值:

  • UIButtonTypeDetailDisclosure
  • UIButtonTypeInfoLight
  • UIButtonTypeInfoDark
  • UIButtonTypeContactAdd