SingleView

public struct SingleView<Content> : IndexedViewContainer where Content : View

SingleView

  • Declaration

    Swift

    public let count: Int
  • the View at Index in the container

    Declaration

    Swift

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