Is it possible to allow only iOS system keyboard for TextField
in SwiftUI (or maybe for UITextField
from UIKit
)?
There is a solution in Apple docs to reject the use of all custom keyboards but it's for the whole app and I need just for a single TextField
.
Screenshot from Apple docs
Also iOS system keyboard is automatically used for secure entries, but it's just a plain TextField
in my case.