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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
作者您好,谢谢您的框架,他帮助我省了很多时间。目前我已经集成了腾讯的IM。但是在集成的时候发现对方的语音消息布局不正确,下面是问题所在。 自己消息布局 bubbleViewW = 100
但是在对方消息的时候 bubbleViewW 改为了cellMinW + 20 然后问题就出现了。
我只是粗略的把bubbleViewW 改成了100+20 并没有仔细看代码,所以不知道修改的正不正确。 希望您有时间可以修复一下。 十分感谢您的框架!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
作者您好,谢谢您的框架,他帮助我省了很多时间。目前我已经集成了腾讯的IM。但是在集成的时候发现对方的语音消息布局不正确,下面是问题所在。
![自己发送](https://user-images.githubusercontent.com/22487414/48992317-1ecb3600-f172-11e8-97d7-66e1bfe6d6b5.png)
自己消息布局 bubbleViewW = 100
但是在对方消息的时候 bubbleViewW 改为了cellMinW + 20 然后问题就出现了。
我只是粗略的把bubbleViewW 改成了100+20 并没有仔细看代码,所以不知道修改的正不正确。 希望您有时间可以修复一下。
十分感谢您的框架!!
The text was updated successfully, but these errors were encountered: