AnySection

public struct AnySection : Hashable

Type-erased Section.

  • The wrapped object section.

    Declaration

    Swift

    public private(set) var base: FUIObjectSection { get }
  • Creates a type-erased object section.

    Declaration

    Swift

    public init(_ base: FUIObjectSection)

    Parameters

    base

    The object section to be wrapped.