FXForms
Library for easily creating table-based forms on iOS
...You describe your form fields declaratively—types, titles, options, validation hints—and the library generates a UITableView-based UI using appropriate cells and input controls. It supports common patterns like pickers, switches, segmented controls, text fields, and text views, while letting you supply custom cells when your design demands it. The framework handles value binding between the UI and your model object, so you don’t have to wire up outlets or write repetitive save/validate code. Navigation behaviors such as next-field focus and section grouping are built in, improving usability out of the box. By reducing form glue code, FXForms helps teams ship consistent, maintainable data-entry flows faster, especially in apps with many settings or profile screens.