How to change the background color of a button when it is press?
@property (weak, nonatomic) IBOutlet UIButton *buttonDeleteOutlet;
My button has not the method: setBackgroundColor (UIColor *) forState:(UIControlState *). Only setBackgroundColor:(UIColor *).
No visible @interface for 'UIButton' declares the selector 'setBackgroundColor:forState:'
Why?