A lot of people are experiencing an issue where the content inset of MessagesCollectionView is sized wrong for controllers with an opaque navigation bar.
This can be corrected by setting:
extendedLayoutIncludesOpaqueBars = true
Enough users have complained about this that I think it should be default MessageKit behavior.
A lot of people are experiencing an issue where the content inset of
MessagesCollectionViewis sized wrong for controllers with an opaque navigation bar.This can be corrected by setting:
Enough users have complained about this that I think it should be default MessageKit behavior.