3
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
|
||||
- (void)setup {
|
||||
_state = KBAiRecordButtonStateNormal;
|
||||
_normalTitle = @"按住说话";
|
||||
_recordingTitle = @"松开结束";
|
||||
_normalTitle = KBLocalized(@"Hold To Speak");
|
||||
_recordingTitle = KBLocalized(@"Release To Finish");
|
||||
_tintColor = [UIColor systemBlueColor];
|
||||
|
||||
// 背景视图
|
||||
|
||||
Reference in New Issue
Block a user