https://developer.apple.com/documentation/uikit/nscollectionlayoutsize
"The width and the height of an item in a collection view."
컬렉션 뷰에 있는 아이템의 넓이 및 높이입니다.
@MainActor class NSCollectionLayoutSize : NSObject
class NSCollectionLayoutSize : NSObject
크기는 차원(NSCollectionLayoutDimension
)의 한 쌍이며, 넓이 차원과 높이 차원입니다. 컬렉션 뷰 레이아웃의 모든 컴포넌트는 명시적인 크기를 갖습니다.
컬렉션 뷰에 있는 아이템 크기(넓이 혹은 높이)의 개별적인 차원입니다.
https://developer.apple.com/documentation/uikit/nscollectionlayoutdimension
https://velog.io/@panther222128/NSCollectionLayoutDimension
컬렉션 뷰에 있는 아이템 사이 혹은 주변 간격을 정의하는 객체입니다.
https://developer.apple.com/documentation/uikit/nscollectionlayoutspacing
https://velog.io/@panther222128/NSCollectionLayoutSpacing
컬렉션 뷰에 있는 아이템의 모서리 주변 간격을 정의하는 객체입니다.
https://developer.apple.com/documentation/uikit/nscollectionlayoutedgespacing
https://velog.io/@panther222128/NSCollectionLayoutEdgeSpacing