ios(swift) UIButton setTitle不生效

慕承允
2023-12-01
 doneBtn.setTitle("22", for: .normal)

其实生效了,只是默认字体颜色是白色,可能背景也是白色,所以看不出来

用下面的代码设置无效:

doneBtn.titleLabel?.text = "22"

参考博客:
iOS 中UIButton的 settitle 和 titlelabel的使用误区

 类似资料: