We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9beb367 commit 73cda0fCopy full SHA for 73cda0f
1 file changed
Coding_iOS/Views/UIMessageInputView/UIMessageInputView.m
@@ -516,7 +516,7 @@ - (void)customUIWithType:(UIMessageInputViewContentType)type{
516
if (hasVoiceBtn && !_voiceButton) {
517
_voiceButton = [[UIButton alloc] initWithFrame:CGRectMake(7, (kMessageInputView_Height - kMessageInputView_Width_Tool)/2, kMessageInputView_Width_Tool, kMessageInputView_Width_Tool)];
518
519
- [_voiceButton setImage:[UIImage imageNamed:@"keyboard_add"] forState:UIControlStateNormal];
+ [_voiceButton setImage:[UIImage imageNamed:@"keyboard_voice"] forState:UIControlStateNormal];
520
[_voiceButton addTarget:self action:@selector(voiceButtonClicked:) forControlEvents:UIControlEventTouchUpInside];
521
[self addSubview:_voiceButton];
522
}
0 commit comments