xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.77k stars 1.33k forks source link

Add displayValueForFirstRow and displayValueForSecondRow closure in DoublePickerInlineRow #2246

Closed lilidotshi closed 1 year ago

lilidotshi commented 1 year ago

Currently there's no way to configure the way that an DoublePickerInlineRow displays its values in the picker, which is avaliable in DoublePickerRow and DoublePickerInputRow. This pull request addresses that missing feature.

After:

Screenshot 2023-05-23 at 3 23 49 PM
lilidotshi commented 1 year ago

@mats-claassen any thoughts on this PR? Should be pretty simple, just bringing the inline picker up to parity with the others. Our project is blocked by this otherwise, unless we write our own cell.