Search code examples
iosswiftchatjsqmessagesviewcontroller

Incomming Bubble Image showing with balnk Space how to delete?


enter image description here

In my JSQMessagesViewController, when I load incomming message bubbles, So In that blue bubbles beginning getting space how can remove that space whether anything need to disable??


Solution

  • The following line will remove the blank space from beside the bubbles:

    self.collectionView.collectionViewLayout.incomingAvatarViewSize = CGSize.zero