When I call setTitle on a UIButton, the button flashes in iOS 7. I tried setting myButton.highlighted = NO, but that didn\'t stop the button from flashing.
[myBu
See the responses from How to stop unwanted UIButton animation on title change? :
[UIView setAnimationsEnabled:NO]; [elapsed setTitle:[NSString stringWithFormat:@"%.2i:%.2i:%.2i:%.2i",days,hours,minutes,seconds] forState:UIControlStateNormal]; [UIView setAnimationsEnabled:YES];