0
1

More than 3 years have passed since last update.

UICollectionViewFlowLayoutとIGListCollectionViewLayoutのsectionInsetの違い

Last updated at Posted at 2021-06-24

前述

UICollectionViewのみで実装してあった機能をリファクタリングして、IGListKitを使った実装に変更したときにsectionInsetが想定とは異なるところに反映されて少し詰まったので覚書を残しておく

違い

IGListKitを使った実装に変更したときにUICollectionViewcollectionviewlayoutプロパティにIGListCollectionViewLayoutをサンプルのとおりにセットして違いが発生しました

左はUICollectionViewDelegateFlowLayout#sectionInsetで設定
右はIGListSectionController#insetで設定

UICollectionViewFlowLayout IGListCollectionViewLayout
スクリーンショット 2021-06-24 22.49.23.png スクリーンショット 2021-06-24 23.20.46.png
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1