PairView

public struct PairView<First, Second> : IndexedViewContainer where First : View, Second : IndexedViewContainer

Pair view

  • Declaration

    Swift

    public var count: Int { get }
  • the View at Index in the TagViewList

    Declaration

    Swift

    public func view(at index: Int) -> some View