Tutorials Stephen Feuerstein Tutorials Stephen Feuerstein

Responding to Keyboard Presentation/Dismissal in Swift

Nearly all iOS apps need to accept input from the user at some point. The problem is the keyboard presents from the bottom of the screen, on top of everything, which can cover up some of your content (or worse, the text field where the user is typing!) In these situations it’s important to respond to the keyboard entering/exiting the screen so you can move your content up into view.

Read More