I have a tableview, how can I add image to the left of this cells?
tableview
Swift 4 solution:
cell.imageView?.image = UIImage(named: "yourImageName")