TagViewList

public protocol TagViewList : _ViewEmptyChecking, View

protocol for TagViewList

  • V

    Undocumented

    Declaration

    Swift

    associatedtype V : View
  • number of View in the TagViewList

    Declaration

    Swift

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

    Declaration

    Swift

    func view(at index: Int) -> V
  • body Extension method

    Declaration

    Swift

    var body: some View { get }
  • isEmpty Extension method

    Undocumented

    Declaration

    Swift

    var isEmpty: Bool { get }