Skip to content
New issue

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

聊天的时候,如果快速输入,光标移动的有点慢 #17

Open
flyweights opened this issue Mar 4, 2017 · 3 comments
Open

聊天的时候,如果快速输入,光标移动的有点慢 #17

flyweights opened this issue Mar 4, 2017 · 3 comments

Comments

@flyweights
Copy link

No description provided.

@flyweights
Copy link
Author

在LLChatInputView中 - (void)textViewDidChange:(UITextView *)textView 中uiview动画导致大量文字输入或者删除时候动画太慢,带来的显示问题

@klausxie
Copy link

klausxie commented May 4, 2017

同样的问题。请问有解决方法不?

@klausxie
Copy link

klausxie commented May 4, 2017

解决,关键在于DEFAULT_DURATION, 这个值在代码中是0.25。 就是说明光标的动画过程持续0.25秒。

只要将该值改成0,就可以正常显示了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants