Incomming Bubble Image显示balnk Space如何删除?

时间:2017-06-29 07:50:44

标签: ios swift chat jsqmessagesviewcontroller

enter image description here

在我的JSQMessagesViewController中,当我加载包含消息气泡时,那么在蓝色气泡开始获取空间时如何删除该空间是否需要禁用?

2 个答案:

答案 0 :(得分:1)

此白色空间适用于Avatar容器如果您想要删除它,我认为您可以尝试通过删除Avatar容器View并将Bubble容器移动到右侧来修改JSQMessagesCollectionViewCellIncoming.xib和JSQMessagesCollectionViewCellOutgoing.xib文件。

之前:

enter image description here

之后:

enter image description here

您可以查找这些文件 enter image description here

答案 1 :(得分:1)

以下行将删除气泡旁边的空白区域:

self.collectionView.collectionViewLayout.incomingAvatarViewSize = CGSize.zero