diff --git a/Documentation/FAQs.md b/Documentation/FAQs.md index e0ef0d6b..0b049c36 100644 --- a/Documentation/FAQs.md +++ b/Documentation/FAQs.md @@ -33,7 +33,7 @@ func configureAvatarView(_ avatarView: AvatarView, for message: MessageType, at If you would also like to remove the space the `AvatarView` occupies, you have to change the properties `outgoingAvatarSize` or `incomingAvatarSize` of the `CellSizeCalculator` object for the respective message to `CGSize.zero` in -`configureAvatarView(_:AvatarView,for:MessageType,at:IndexPath,in:MessagesCollectionView)`. +`viewDidLoad`. ```Swift if let layout = messagesCollectionView.collectionViewLayout as? MessagesCollectionViewFlowLayout {