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.
さまざまなサイズのセルを含むコレクション ビューがあります。すべてのセルが各行の上部に配置される一般的なレイアウトを実装しようとしています (組み込みのフロー レイアウトでは、すべてのセルが行の中央に配置されます)。
高さが最大のセルは、すべてのセルを次の行に押し下げます。
レイアウトをサブクラス化して実装する簡単な方法はありますか?
ヒントをお寄せいただきありがとうございます。
UICollectionViewFlowLayout をハッキングしました。
https://github.com/sonsongithub/IntroduceCollectionView