Builder
-
The custom parameter attribute that constructs cells from multi-statement closures.
See moreDeclaration
Swift
@_functionBuilder public struct CellsBuilder : CellsBuildable
-
The custom parameter attribute that constructs sections from multi-statement closures.
See moreDeclaration
Swift
@_functionBuilder public struct SectionsBuilder : SectionsBuildable
-
Represents an instance that can build cells.
See moreDeclaration
Swift
public protocol CellsBuildable
-
Declaration
Swift
@frozen extension Optional: CellsBuildable where Wrapped: CellsBuildable
-
Represents an instance that can build sections.
See moreDeclaration
Swift
public protocol SectionsBuildable