UIKit.UICollectionViewDelegateFlowLayout: Method Members

The methods of UIKit.UICollectionViewDelegateFlowLayout are listed below. For a list of all members, see the UICollectionViewDelegateFlowLayout Members list.

See Also: Inherited members from UIKit.UICollectionViewDelegate

Public Methods

GetInsetForSection(UICollectionView, UICollectionViewLayout, nint) : UIEdgeInsets
The margins to apply to content in the specified section.
GetMinimumInteritemSpacingForSection(UICollectionView, UICollectionViewLayout, nint) : nfloat
The spacing between items in the rows or columns of a section.
GetMinimumLineSpacingForSection(UICollectionView, UICollectionViewLayout, nint) : nfloat
The spacing between rows or columns of a section.
GetReferenceSizeForFooter(UICollectionView, UICollectionViewLayout, nint) : CoreGraphics.CGSize
The size of the footer view for the specified section.
GetReferenceSizeForHeader(UICollectionView, UICollectionViewLayout, nint) : CoreGraphics.CGSize
The size of the header view for the specified section.
GetSizeForItem(UICollectionView, UICollectionViewLayout, Foundation.NSIndexPath) : CoreGraphics.CGSize
The size of the specified item's cell.