iOS 10 长文字消息被截断
hifall opened this issue · 5 comments
hifall commented
在以下的情况下,消息气泡不能完整显示整条文字消息:
1 在界面中输入一条消息,然后按Home键,把app带到background;
2 点app,然后粘贴一条长文字消息(>300字符),该消息出现在界面中,但是后面的部分会被截掉。
hifall commented
貌似 SIMChatBaseMessageCell 中初始化时添加的约束会使得 bubbleView.contentView.hasAmbiguousLayout() 为 true,即 contentView 的 layout 不唯一,不知道跟这个问题有没有关系。
SAGESSE-CN commented
hifall commented
当试图重现失败时,请重复几次:按 Home 键来把 app 退到 background,再点击 app 的 icon 来把它带到 foreground,然后会出现的。
SAGESSE-CN commented
custom那个分支有没有这个问题?
Sent from my iPhone
On Oct 8, 2016, at 18:26, hifall notifications@github.com wrote:
当试图重现失败时,请重复几次:按 Home 键来把 app 退到 background,再点击 app 的 icon 来把它带到 foreground,然后会出现的。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
hifall commented
有的,已经确认了。