xlform

XLForms integration empty tableView

醉酒当歌 提交于 2019-12-10 10:39:25
问题 I've found the library XLFORMS which i wish to use in my app. The problem is that it is not showing any rows and section just an empty tableView. i've in my storyboard created a viewcontroller where i've deleted the view so its just and completely empty viewController. Then i've added the example code to the ViewDidLoad method, but just a empty tableView? What do i need more in order to show the fields from the library. XLFormDescriptor * form; XLFormSectionDescriptor * section;

Existing iOS form framework

ぃ、小莉子 提交于 2019-11-27 11:55:45
Hello I am building forms over and over in iPhone and iPad apps: Custom UITableViewCells for labels with input Localization for labels, placeholder text and section headers Validation that marks the cells red or something and does not allow "Submit" if form is incomplete Clicking in the cell activates the editable text box Next / previous buttons Reliable across devices, orientations, iOS versions I can't imagine I'm the only one doing this. Is there a mature framework or something that can drop in and use? Could you please comment on how you use this library with designs other than vanilla

Existing iOS form framework

ぐ巨炮叔叔 提交于 2019-11-26 15:48:03
问题 Hello I am building forms over and over in iPhone and iPad apps: Custom UITableViewCells for labels with input Localization for labels, placeholder text and section headers Validation that marks the cells red or something and does not allow "Submit" if form is incomplete Clicking in the cell activates the editable text box Next / previous buttons Reliable across devices, orientations, iOS versions I can't imagine I'm the only one doing this. Is there a mature framework or something that can