1. 程式人生 > >防止UIbutton重複點選(ios)

防止UIbutton重複點選(ios)

文章來自:原始碼線上https://www.shengli.me/css/196.html

使用uibutton的enabled或userIteractionEnabled

使用UIButton的enabled屬性, 在點選後, 禁止UIButton的互動, 直到完成指定任務之後再將其enabled即可.

[btn addTarget:self action:@selector(nextStop:) forControlEvents:UIControlEventTouchUpInside];