1
This commit is contained in:
@@ -127,6 +127,8 @@
|
||||
[self.actionBtn setTitle:@"+" forState:UIControlStateNormal];
|
||||
[self.actionBtn setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
}
|
||||
// 已添加后禁用按钮(不可再次点击)
|
||||
self.actionBtn.enabled = !added;
|
||||
}
|
||||
|
||||
#pragma mark - Lazy UI
|
||||
|
||||
Reference in New Issue
Block a user