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
-
body
Extension methodDeclaration
Swift
var body: some View { get }
-
isEmpty
Extension methodUndocumented
Declaration
Swift
var isEmpty: Bool { get }