This commit is contained in:
lizzie
2026-03-31 03:27:44 +00:00
parent 7324d28ff6
commit 378abc50ce
26 changed files with 80 additions and 435 deletions
-2
View File
@@ -7,7 +7,6 @@ import SwiftUI
import UIKit
class KeyboardHostingController<Content: View>: UIHostingController<Content> {
override var canBecomeFirstResponder: Bool {
return true
}
@@ -56,7 +55,6 @@ class KeyboardHostingController<Content: View>: UIHostingController<Content> {
}
}
struct KeyboardSupportView: UIViewControllerRepresentable {
let content: Text