Share via


UICollectionViewDelegateFlowLayout.GetReferenceSizeForFooter Method

Definition

The size of the footer view for the specified section.

[Foundation.Export("collectionView:layout:referenceSizeForFooterInSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGSize GetReferenceSizeForFooter(UIKit.UICollectionView collectionView, UIKit.UICollectionViewLayout layout, IntPtr section);
[<Foundation.Export("collectionView:layout:referenceSizeForFooterInSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetReferenceSizeForFooter : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> CoreGraphics.CGSize
override this.GetReferenceSizeForFooter : UIKit.UICollectionView * UIKit.UICollectionViewLayout * nativeint -> CoreGraphics.CGSize

Parameters

collectionView
UICollectionView
section
IntPtr

nativeint

Returns

Implements

Attributes

Applies to