Working with the latest iOS 13 beta
I really don't understand if it's beta issues or my issue, but I don't have this problem with iOS 12
code
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"
with result
Did someone had the same issue and found a solution? Thanks