macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UICollectionViewFlowLayoutクラス

INDEX>UIKit>

apple

縦横にレイアウトするためのクラス
継承 UICollectionViewLayout : NSObject
準拠 NSCoding (UICollectionViewLayout)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 6.0以降
定義 UICollectionViewFlowLayout.h

概要

メソッドとプロパティ

スクロール方向の設定

scrollDirection property

アイテム間隔の設定

minimumLineSpacing property
minimumInteritemSpacing property
itemSize property
sectionInset property

Configuring the Supplementary Views

headerReferenceSize property
footerReferenceSize property

クラス

UICollectionViewFlowLayout

参照