다음을 통해 공유


UICollectionViewLayout.LayoutAttributesForSupplementaryView 메서드

정의

오버로드

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

지정된 indexPath의 보조 보기에 대한 특성입니다.

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

지정된 보조 보기에 대한 UICollectionViewLayoutAttributes입니다.

LayoutAttributesForSupplementaryView(UICollectionElementKindSection, NSIndexPath)

지정된 indexPath의 보조 보기에 대한 특성입니다.

public UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView (UIKit.UICollectionElementKindSection section, Foundation.NSIndexPath indexPath);
member this.LayoutAttributesForSupplementaryView : UIKit.UICollectionElementKindSection * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

매개 변수

indexPath
NSIndexPath

반환

적용 대상

LayoutAttributesForSupplementaryView(NSString, NSIndexPath)

지정된 보조 보기에 대한 UICollectionViewLayoutAttributes입니다.

[Foundation.Export("layoutAttributesForSupplementaryViewOfKind:atIndexPath:")]
public virtual UIKit.UICollectionViewLayoutAttributes LayoutAttributesForSupplementaryView (Foundation.NSString kind, Foundation.NSIndexPath indexPath);
abstract member LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes
override this.LayoutAttributesForSupplementaryView : Foundation.NSString * Foundation.NSIndexPath -> UIKit.UICollectionViewLayoutAttributes

매개 변수

kind
NSString
indexPath
NSIndexPath

반환

특성

적용 대상