I have a UIButton inside a custom cell. Upon selecting the cell, the button changes it state to “highlighted” as well.
I’d like to prevent that behaviour. The button should change its state only when it’s specifically touched (I take care of that in my IBAction).
Is it possible?
This is what I used eventually (inside my Custom cell implementation):