ashishkakkad.com
Did you know? How to hide keyboard in SwiftUI? - Ashish Kakkad
iOS 15 have new property wrapper: @FocusState. This is exactly like a regular @State property, except it’s specifically designed to handle input focus in our UI. In this tutorial we will get to know that how to hide keyboard or you can say how to work with the @FocusState in SwiftUI. Here is the sample code for adding Done ... Read more
Ashish Kakkad