View

extension View
  • Undocumented

    Declaration

    Swift

    func readSize(onChange: @escaping (CGSize) -> Void) -> some View
  • Undocumented

    Declaration

    Swift

    func fullHeight(alignment: Alignment = .topLeading) -> some View
  • Undocumented

    Declaration

    Swift

    func fullWidth(alignment: Alignment = .topLeading) -> some View
  • Undocumented

    Declaration

    Swift

    func eraseToAnyView() -> AnyView
  • Undocumented

    Declaration

    Swift

    @inlinable
    func ignoreSafeAreaOnMac() -> some View
  • Undocumented

    Declaration

    Swift

    @ViewBuilder
    func `if`<Content>(_ conditional: Bool, content: (Self) -> Content) -> some View where Content : View
  • Undocumented

    Declaration

    Swift

    @ViewBuilder
    func ifLet<T, Content>(_ optional: T?, content: (Self, T) -> Content) -> some View where Content : View
  • Undocumented

    Declaration

    Swift

    func modify<T>(@ViewBuilder _ modifier: (Self) -> T) -> some View where T : View
  • Undocumented

    Declaration

    Swift

    func generalEditorLabel() -> some View
  • Undocumented

    Declaration

    Swift

    func generalEditorCaption() -> some View
  • Undocumented

    Declaration

    Swift

    func generalEditorHeader() -> some View
  • Undocumented

    Declaration

    Swift

    func generalEditorInput() -> some View