-
Notifications
You must be signed in to change notification settings - Fork 499
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
Replace HPGrowingTextView with a newer component #4976
Comments
stefanceriu
added a commit
that referenced
this issue
Oct 26, 2021
…tation. Cleaned up the RoomInputToolbar header.
stefanceriu
added a commit
that referenced
this issue
Oct 26, 2021
…tation. Cleaned up the RoomInputToolbar header.
stefanceriu
added a commit
that referenced
this issue
Oct 27, 2021
…t-view /issues/4976 - Replaced GrowingTextView with sim…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HPGrowingTextView is somewhat out of date and triggers a lot of warnings in the project, reason we have inhibit warnings from it in our pod file. It also doesn't inherit from UITextView making some other changes we have in mind somewhat more difficult.
The best replacement seems to be GrowingTextView and we should go for it.
The text was updated successfully, but these errors were encountered: