MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Add animation to keyboard not cover textfield #103

Closed VicFalcetta closed 3 years ago

VicFalcetta commented 3 years ago

Motivation

The keyboard was covering the text fields and this would not let the user fill the form completely.

Modifications

Added the keyboard as an observable object on the Notification Center and an animation to move the keyboard out of the way of the TextField. This changes were made on the FormViewController

Result

Keyboard now doesn't cover the text fields now and users can fill the form without problem.

Checklist

This PR is