ViewRegistrationViewType
public enum ViewRegistrationViewType : Hashable, Sendable
Describes the type of view to be registered for reuse.
-
Describes a cell.
Declaration
Swift
case cell
-
Describes a supplementary view.
Declaration
Swift
case supplementary(kind: String)