Swift You and I
A blog about SwiftUI and related Apple ecosystem technologies
software-keyboard

All tags

Sometimes we want to give our views a chance to react to the software keyboard being pulled up. This could be particularly useful in forms with text input where the keyboard might cover the very field we are typing into. We can solve this in SwiftUI with a little help from some old friends.