使用故事板设置 UIBarButtonItem 的背景颜色 swift

Set UIBarButtonItem's background color working with Storyboard swift

我知道这个问题经常被问到,但我找不到任何关于用 IBOutlet 来做这件事的信息。

我已经找到了一些代码如何在使用代码创建 UIBarButtonItem 时设置它的背景颜色。但是我已经从我在 Storyboard.

中创建的 UIBarButtonItem 实现了很多连接

是否可以设置Storyboard-UIBarButtonItem的背景颜色和圆角半径?如果是,请写信给我。

谢谢,对不起我的英语。

首先,将 UIButton 拖放到 UINavigationBar。然后从 Document Outline select UIButtonUIBarButtonItem.

的子项

现在从右侧面板转到 Identity Inspector。在 User Defined 运行time Attributes 部分,您可以设置 backgroundColorcornerRadiusUIButton.

但是修改并没有反映在 Storyboard 中。 运行 您的项目,您可以看到更改。