UICollectionElementKindSection Enum
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.
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
Name | Value | Description |
---|---|---|
Header | 0 | The UIView should be treated as a header. |
Footer | 1 | The UIView should be treated as a footer. |