xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 953 forks source link

Use auto layout to render XLFormDatePickerCell #1085

Open julienpouget opened 2 years ago

julienpouget commented 2 years ago

I've made a small change on the constraints used to display the datePicker in cell's contentView in order to fix a display issue of the datePicker when the picker style is set to inline.

julienpouget commented 2 years ago

This is what it looked like before the change Before1 Before2

julienpouget commented 2 years ago

After the change After1 After2