UICollectionViewDelegateFlowLayout.GetReferenceSizeForFooter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- layout
- UICollectionViewLayout
- section
-
IntPtr
nativeint
Returns
Implements
- Attributes