Well... that's not an option right now (legal issues, no idea if and how to license it, time available to support this etc.)... BUT I have found an email containing a older/compatible snapshot of my modified/hacked version of IBAForms sent to Chris McGehee, who was considering to merge it back.
Anyway, here it is:
On Thursday, February 23, 2012 at 12:14 AM, Thomas Elstner wrote:
Hi Chris,
Seans changes were quite incomplete, as they completely ignored the layout information provided by the FormFieldStyle (i.e. Label positioning), also there were some issues with the calculation of the cell's height, which might be the problem you're experiencing.
In the meantime I've implemented a couple of additions to IBAForms (IBACameraFormField, IBASubFormField) and refined some of the existing controls (i.e. proper placement of the cancel button, use of a multiselection pickerview instead of a tableview in IBASinglePickListInputProvider,layout fixes for the input providers etc.), so it would take some time to create a fork at Github and merge back all my changes, but if you are willing to do this job, I will happily share my code with you.
Best regards,
Thomas
The code for calculating the cell's height is still somewhat dirty (there are assumptions on the cell's width), but for most use cases it should be fine - I have solved those issues in my reimplementation by switching to autolayout and by replacing labelFrame and valueFrame with a couple of vfl statements.
Again, pls note that this is a rather dirty hack (I have fixed quite a lot of issues when reimplementing this) and I cannot really afford the time to support it or fix any issues in this rather old version.
Best regards,
Thomas