Share via


UICollectionElementKindSection Enum

Definition

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

public enum UICollectionElementKindSection
type UICollectionElementKindSection = 
Inheritance
UICollectionElementKindSection

Fields

Name Value Description
Header 0

The UIView should be treated as a header.

1

The UIView should be treated as a footer.

Applies to

See also