xmartlabs / Eureka

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

datePickerStyle for DateFieldRow and DatePickerCell #2077

Closed tscheepers closed 4 years ago

tscheepers commented 4 years ago

Analogous to #2067 but for DateFieldRow and DatePickerCell.

For DateFieldRow the accessory view did use the wrong date picker, this should always be the wheel view. For DatePickerCell the compact view should be ignored similar to #2067.

mats-claassen commented 4 years ago

Please have a look at #2078 and how this change breaks both building for Mac Catalyst and Xcode prior to 11.4

tscheepers commented 4 years ago

@mats-claassen I've added the conditionals similar to #2078 :)