好久不寫文章了,今天也不是很想寫,單純做記錄而已。
驗證碼button倒計時
要讓前面文字不重新settitle,讓后面倒計時一直走,一行代碼解決。
將
smsButton = [UIButton buttonWithType:(UIButtonTypeSystem)];
改成
smsButton = [UIButton buttonWithType:(UIButtonTypeCustom)];
??我回去接著開發了。
好久不寫文章了,今天也不是很想寫,單純做記錄而已。
驗證碼button倒計時
要讓前面文字不重新settitle,讓后面倒計時一直走,一行代碼解決。
將
smsButton = [UIButton buttonWithType:(UIButtonTypeSystem)];
改成
smsButton = [UIButton buttonWithType:(UIButtonTypeCustom)];
??我回去接著開發了。