We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
步骤:
结果:“按住说话”按钮高度不对。
NIMInputToolBar 中在方法 - (void)adjustTextAndRecordView 中始终设置了 self.recordButton.frame = self.inputTextBkgImage.frame;, 导致了按钮高度一直等于输入框背景高度。
NIMInputToolBar
- (void)adjustTextAndRecordView
self.recordButton.frame = self.inputTextBkgImage.frame;
The text was updated successfully, but these errors were encountered:
感谢,这个问题已经在下个版本修复,下版本会在本月中下旬上线。
Sorry, something went wrong.
No branches or pull requests
步骤:
结果:“按住说话”按钮高度不对。
NIMInputToolBar
中在方法- (void)adjustTextAndRecordView
中始终设置了self.recordButton.frame = self.inputTextBkgImage.frame;
, 导致了按钮高度一直等于输入框背景高度。The text was updated successfully, but these errors were encountered: