Stephane Cedroni

Results 4 issues of Stephane Cedroni

Hi, is there a way to set the delegate and datasource of the picker view (or datepicker) for the FXFormOptionPickerCell (or FXFormDatePickerCell) in the FXFormViewController to dynamically modify them? Or...

Hi, I'm trying to populate FXForm fields with network data, it's working for all fields except for inline fields. Right now I try to assign: ``` form.inlineField = arrayWithNetworkData; [self.tableView...

Hi, when running the sample, I get this error due to layout constraints ``` Probably at least one of the constraints in the following list is one you don't want....

I am trying to upload 2 different versions of the same file to AWS S3 from a single form: large and thumbnail. The code for the upload is the following....

question