【发布时间】:2021-11-04 08:35:57
【问题描述】:
我正在尝试做一些非常简单的事情,为了美观而更改 UIButton 的背景...但我找不到背景属性,因为其他所有按钮似乎都很清晰(没有明确的背景颜色)
func updateNewButton() {
if newButton == true {
let buttonFont = self.ButtonFont
self.subscribeButton.SetAttributedTitle(title: StoreKit.sharedInstance.ButtonStateText, withFont: buttonFont, textColor: storeBackground, for: .normal)
}
【问题讨论】: