0
イメージのようなさまざまなサイズの複数のUICollectionViewCellを作成したいと思います。複数のサイズのCollectionViewセル
イメージのようなさまざまなサイズの複数のUICollectionViewCellを作成したいと思います。複数のサイズのCollectionViewセル
使用collectionViewFlowLayoutとcollectionViewFlowLayoutサブクラス内の関数を作成し、セルの
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize
を所望の大きさを与えるために、次の関数からその関数を呼び出します