LayoutAttributesForSupplementaryView(UICollectionElementKindSection,NSIndexPath) Method
In This Topic
Syntax
'Declaration
Public Overloads Function LayoutAttributesForSupplementaryView( _
ByVal As UIKit.UICollectionElementKindSection, _
ByVal As Foundation.NSIndexPath _
) As UIKit.UICollectionViewLayoutAttributes
public UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView(
UIKit.UICollectionElementKindSection ,
Foundation.NSIndexPath
)
Parameters
- section
- indexPath
See Also