xib 創(chuàng)建的button如果用到selected 這個屬性的話,設(shè)置
button.selected = YES ;時默認(rèn)會有藍(lán)色的tintColor 解決方法
xib 文件中選中button 設(shè)置type 為custom

2017-01-1111.02.43.png
// 利用button 做倒計時時也需要設(shè)置button 的type 為custom 否則更改數(shù)據(jù)時會有閃爍的效果
xib 創(chuàng)建的button如果用到selected 這個屬性的話,設(shè)置
button.selected = YES ;時默認(rèn)會有藍(lán)色的tintColor 解決方法
xib 文件中選中button 設(shè)置type 為custom
// 利用button 做倒計時時也需要設(shè)置button 的type 為custom 否則更改數(shù)據(jù)時會有閃爍的效果