hsylife / SwiftyPickerPopover

A more convenient way to display a popover with a built-in picker, on iPhone/iPad of iOS9+.
MIT License
652 stars 97 forks source link

fix: iOS 14 UIDatePicker datePickerStyle #139

Open DmitryM9 opened 3 years ago

DmitryM9 commented 3 years ago

Fixes #137

GregOriol commented 2 years ago

@DmitryM9 Could you maybe clean the PR from some unnecessary changes in SwiftyPickerPopover.xcodeproj/project.pbxproj, SwiftyPickerPopover.xcodeproj/xcshareddata/xcschemes/SwiftyPickerPopover.xcscheme and SwiftyPickerPopover/Base.lproj/DatePickerPopover.storyboard? These are not really related to the fix and could break others' environments

DmitryM9 commented 1 year ago

@GregOriol Done