UICollectionViewFlowLayout.FooterReferenceSize Property

Definition

Specifies the SizeF of the footer of a UICollectionViewFlowLayout section.

public virtual CoreGraphics.CGSize FooterReferenceSize { [Foundation.Export("footerReferenceSize")] get; [Foundation.Export("setFooterReferenceSize:")] set; }
member this.FooterReferenceSize : CoreGraphics.CGSize with get, set

Property Value

The default value is {0,0}.

Attributes

Remarks

The header and footer elements of a UICollectionViewFlowLayout separate sections. They are horizontally laid out if if the ScrollDirection is Vertical, and vertically laid out if the ScrollDirection is Horizontal.

Applies to