UICollectionElementKindSection Enum

Definition

An enumeration of view types that are supported in flow layouts.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionElementKindSection
type UICollectionElementKindSection = 
Inheritance
UICollectionElementKindSection
Attributes

Fields

1

The UIView should be treated as a footer.

Header 0

The UIView should be treated as a header.

Applies to

See also