I have a custom cell with a few UIButtons in it. I have created Target Actions like so on the buttons:
[cell.customLocationButton addTarget:self action:@selector
I found this solution:
setTitleColor(UIColor.init(white: 1, alpha: 0.3), for: .highlighted)
It's really simple and works perfectly.