好久不写文章了,今天也不是很想写,单纯做记录而已。
验证码button倒计时
要让前面文字不重新settitle,让后面倒计时一直走,一行代码解决。
将
smsButton = [UIButton buttonWithType:(UIButtonTypeSystem)];
改成
smsButton = [UIButton buttonWithType:(UIButtonTypeCustom)];
👌我回去接着开发了。
好久不写文章了,今天也不是很想写,单纯做记录而已。
验证码button倒计时
要让前面文字不重新settitle,让后面倒计时一直走,一行代码解决。
将
smsButton = [UIButton buttonWithType:(UIButtonTypeSystem)];
改成
smsButton = [UIButton buttonWithType:(UIButtonTypeCustom)];
👌我回去接着开发了。