UIButton文字 标题 闪烁
2016-07-01 本文已影响58人
___1o_8o
self.checkCodeBtn.titleLabel.text = [NSString stringWithFormat:@"%zi秒", _time];
[self.checkCodeBtn setTitle:[NSString stringWithFormat:@"%zi秒", _time] forState:UIControlStateNormal];
在setTitle之前添加 titleLabel.text 则可以解决