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
if(textView.isFirstResponder) { self.model.height = self.textView.textLayout.textBoundingSize.height ;
UITableView *tableView = [self tableView]; [tableView beginUpdates]; [tableView endUpdates]; }
当多个cell存在,最底部cell键盘弹出并且输入时,YYtextview的container view不会变高 内容会向上滚而不是cell被撑高。
相同代码 使用系统的UITextView效果正常
The text was updated successfully, but these errors were encountered:
目测YYTextView没有由内容自定义高度的功能。但UITextView有。 #666
Sorry, something went wrong.
#951
No branches or pull requests
if(textView.isFirstResponder) {
self.model.height = self.textView.textLayout.textBoundingSize.height ;
当多个cell存在,最底部cell键盘弹出并且输入时,YYtextview的container view不会变高 内容会向上滚而不是cell被撑高。
相同代码 使用系统的UITextView效果正常
The text was updated successfully, but these errors were encountered: