🅿️View
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
public protocol View {
/// inferred from implementation of `body`.
associatedtype Body : View
/// view body
@ViewBuilder var body: Self.Body { get }
}
Last updated
@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
public protocol View {
/// inferred from implementation of `body`.
associatedtype Body : View
/// view body
@ViewBuilder var body: Self.Body { get }
}
Last updated