TagViewList
public protocol TagViewList : _ViewEmptyChecking, View
protocol for TagViewList
-
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 -
bodyExtension methodUndocumented
Declaration
Swift
var body: some View { get } -
isEmptyExtension methodUndocumented
Declaration
Swift
var isEmpty: Bool { get }