SingleTag

public struct SingleTag<Content> : TagViewList where Content : View

SingleTag

  • Declaration

    Swift

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

    Declaration

    Swift

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