If the content exceeds the boundaries of the collectionView, then if we are not "at the bottom" of the chat and apply apply(snapshot, animatingDifferences: false) with the addition of a new cell/modification of an existing one, the chat sinks to the bottom with the maximum content offset. At the same time, this is not observed in iOS 18 and 26, apparently the contents of the collection do not change. What could be the problem?
If the content exceeds the boundaries of the collectionView, then if we are not "at the bottom" of the chat and apply apply(snapshot, animatingDifferences: false) with the addition of a new cell/modification of an existing one, the chat sinks to the bottom with the maximum content offset. At the same time, this is not observed in iOS 18 and 26, apparently the contents of the collection do not change. What could be the problem?