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 i add some actions in the cell like showing action sheet then after resigning of alert controller, ChatAccessoryView comes with max height only.
The text was updated successfully, but these errors were encountered:
if you want to present any UIAlertContorller or adding a view as subview inside viewcontroller that includes accessory view. Make sure to resign first responder of textview inside accessoryview. Hope it'll work, and i also updated the article on https://medium.com/code-brew-com/dynamic-height-of-accessory-view-in-ios-bf0c2efe6da8.
Sorry, something went wrong.
No branches or pull requests
If i add some actions in the cell like showing action sheet then after resigning of alert controller, ChatAccessoryView comes with max height only.
The text was updated successfully, but these errors were encountered: