У меня есть ячейка UICollectionView
, которая вышла из рамки просмотра коллекции.
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout,
sizeForItemAt indexPath: IndexPath) -> CGSize {
self.configureCell(cell: self.sizingCell!, forIndexPath: indexPath as NSIndexPath, tag: collectionView.tag)
return self.sizingCell!.systemLayoutSizeFitting(UILayoutFittingCompressedSize)
}
Чик ссылка, чтобы увидеть проблему
Я использую приведенный ниже пример кода.
https://github.com/moonlsd/TagFlowExample