Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLセルコンテンツのように、iOSでUICollectionViewCellsに参加することは可能ですか?rowspanまたはcolspanで参加できますか?
デフォルトUICollectionViewFlowLayoutでは、セルを 2 行に配置することはできないため、その場合の「行スパン」は不可能です。セルの幅を設定できるので、「colspan」が可能です。ただし、両方が必要な場合は、カスタム レイアウトを作成する必要があります。
UICollectionViewFlowLayout
このプロジェクトは次のことに役立ちます。
https://github.com/bryceredd/RFQuiltLayout
これは私にとって役に立ちました。