Use the camera for keyboard input in your app

RSS for tag

Discuss the WWDC21 session Use the camera for keyboard input in your app.

View Session

Posts under wwdc21-10276 tag

2 Posts
Sort by:
Post not yet marked as solved
2 Replies
1.9k Views
Hi, the video was great and on point, but it only featured UIKit apis. 3 years into the SwiftUI transition, I wonder if this is a UIKit only feature or can we also use it if we chose SwiftUI to build our apps ? Thanks
Posted
by mbritto.
Last updated
.
Post not yet marked as solved
1 Replies
1.2k Views
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
Posted
by ZhuHaoyu.
Last updated
.