使用最新的iOS 13 beta
我真的不知道是Beta版问题还是我的问题, 但是我在iOS 12上没有这个问题
代码
let button = UIButton(type: .custom)
button.setTitle("connect", for: .normal)
button.backgroundColor = UIColor(rgb: 0xFF0E83)
button.sizeToFit()
cell.accessoryView = button
cell.textLabel?.text = "Title"
cell.detailTextLabel?.text = "Subtitle"
有结果
有人遇到了同样的问题并找到了解决方案吗?谢谢