I want to close UIButton Flicker animation ,I try to use:
button.highlighted = NO;
[button setHighlighted:NO];
(But has not close UIButton flicker animation,No response..)
I try another:
[button setEnabled:NO];
(Button flicker close,but my button turn white color.)
Please give me some advice ,thank you !!
Use Either of this as per need-
This will disable button –
In xib file – you can uncheck “highlight adjusts image”