Formworks aims to be the simplest way to build forms on iOS.

Formworks is an Open-Source framework licensed under the MIT license developed with intention of facilitating the creation of forms on iOS application. Inspired by Server-driven UI, Formworks works by taking in JSONs describing all the components and characteristics of a form.

It uses server driven-UI to build fully funcional forms view controllers and supports real time custom user input validation as well as color customization for all the elements in the form. While working on Formworks, I've built the decoding/encoding system for the JSON files.

Source code on GitHub