Existing iOS form framework

后端 未结 3 1863
时光说笑
时光说笑 2020-12-02 18:52

Hello I am building forms over and over in iPhone and iPad apps:

  • Custom UITableViewCells for labels with input
  • Localization for labels, placeholder te
3条回答
  •  醉梦人生
    2020-12-02 19:33

    I don't know of anything that combines all those features, but I recently open-sourced my validation library PMValidation on github, which I used developing the iPhone app Imprints. PMValidation comes with many basic types suitable for validating forms, and in fact that's what I originally built it for.

    Using the PMValidationManager class you can easily listen to UITextViews or UITextFields, and update whatever graphical widgets you want via notifications. It's very modular and easily extendable, should you have more unique needs. It's under the MIT license.

提交回复
热议问题