Marco Margarucci

Results 1 comments of Marco Margarucci

The problem is here ` func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize { self.configureCell(cell: self.sizingCell!, forIndexPath: indexPath) self.sizingCell!.systemLayoutSizeFitting(UIView.layoutFittingCompressedSize) self.sizingCell?.sizeToFit() return (self.sizingCell?.sizeThatFits(CGSize(width: (self.sizingCell?.tagName.frame.width)!, height: 32)))! }...