Skip to content

Commit 73cda0f

Browse files
sumengsumeng
authored andcommitted
修改语音按钮图片错误
1 parent 9beb367 commit 73cda0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Views/UIMessageInputView/UIMessageInputView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ - (void)customUIWithType:(UIMessageInputViewContentType)type{
516516
if (hasVoiceBtn && !_voiceButton) {
517517
_voiceButton = [[UIButton alloc] initWithFrame:CGRectMake(7, (kMessageInputView_Height - kMessageInputView_Width_Tool)/2, kMessageInputView_Width_Tool, kMessageInputView_Width_Tool)];
518518

519-
[_voiceButton setImage:[UIImage imageNamed:@"keyboard_add"] forState:UIControlStateNormal];
519+
[_voiceButton setImage:[UIImage imageNamed:@"keyboard_voice"] forState:UIControlStateNormal];
520520
[_voiceButton addTarget:self action:@selector(voiceButtonClicked:) forControlEvents:UIControlEventTouchUpInside];
521521
[self addSubview:_voiceButton];
522522
}

0 commit comments

Comments
 (0)