Skip to content

EitherAB

ohitsdaniel edited this page Apr 29, 2021 · 3 revisions

EitherAB

An either type, representing up to 2 different view types

public enum EitherAB<A: View, B: View>: View 

Inheritance

View

Enumeration Cases

a

case a(A)

b

case b(B)

Properties

body

public var body: some View 
Clone this wiki locally