Menu {
Button(action: {
// TODO: support live text
}) {
Label("Live Text", systemImage: "camera.viewfinder")
}
} label: {
Text("Hi")
}
How can I present the live text view in swiftUI