I would like to use a custom version of the standard disclosure accessory image in my UITableView. How can I do this? I\'m hoping that sub-classing UITableViewCell is not ne
In swift 4 & 5
myCell.accessoryView = UIImageView(image: UIImage(named: "Something"))