i have a UITableView, where theres 3 images. 1 for the selected Cell, 1 for the Cell background, and 1 for the TableView background.
My selected Cell, is working jus
In Swift 4, this works:
cell.backgroundView = UIImageView.init(image: UIImage.init(named: "YORIMAGE.jpg"))