jsqmessageviewcontroller文本对齐

时间:2017-09-11 03:29:31

标签: text-alignment jsqmessagesviewcontroller

我没有传出头像的文本对齐问题。它将在文本上保留一些空白,如下所示:

Gap Sample Screen

我尝试使用以下代码设置发件人消息气泡宽度,但它会屏蔽输入文本(例如输入123但在气泡中显示1)

CGFloat finalWidth = MAX(stringSize.width + horizontalInsetsTotal, self.minimumBubbleWidth) + self.additionalInset;

if ([messageSender isEqualToString:[layout.collectionView.dataSource senderId]]) {
        finalWidth = finalWidth - 25;
}

Text Missing Sample Screen

如何取消差距?

0 个答案:

没有答案