我有一个带有文本标签的按钮。我想对资产目录使用图像,但我不确定如何使用
当前代码块
if let button = self.statusBarItem.button {
button.action = #selector(togglePopover(_:))
button.title = "ELMC Bridge"
}
我尝试将图像作为按钮标签
if let button = self.statusBarItem.button {
button.action = #selector(togglePopover(_:))
button.image:("logo132")
}
1条答案
按热度按时间uurv41yg1#
尝试使用setimage属性: