Skip to content

Instantly share code, notes, and snippets.

@pookjw
Created February 6, 2025 08:08
Show Gist options
  • Save pookjw/82b6250049e2568e9926cddac774b2ca to your computer and use it in GitHub Desktop.
Save pookjw/82b6250049e2568e9926cddac774b2ca to your computer and use it in GitHub Desktop.
@available(iOS 15.0, *)
public struct RichTextEditor : SwiftUICore.View {
public init(text: SwiftUICore.Binding<Foundation.AttributedString>)
@_Concurrency.MainActor @preconcurrency public var body: some SwiftUICore.View {
get
}
@available(iOS 15.0, *)
public typealias Body = @_opaqueReturnTypeOf("$s7SwiftUI14RichTextEditorV4bodyQrvp", 0) __
}
@available(*, unavailable)
extension SwiftUI.RichTextEditor : Swift.Sendable {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment