UICollectionViewのセルを左寄せにする

提供: MonoBook
2021年9月29日 (水) 04:26時点におけるAdministrator (トーク | 投稿記録)による版 (ページの作成:「 UICollectionViewの設定 * Layout: Flow * Scroll: Vertical UICollectionViewCellの設定 * Content Mode: Left UICollectionView の Content Mode ではなく、Cell…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

UICollectionViewの設定

  • Layout: Flow
  • Scroll: Vertical

UICollectionViewCellの設定

  • Content Mode: Left

UICollectionView の Content Mode ではなく、Cell の Content Mode を変更する。 非常に間違えやすいので注意すること。