hsylife / SwiftyPickerPopover

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

iOS 14 UIDatePicker datePickerStyle #137

Open slepimar opened 3 years ago

slepimar commented 3 years ago

Date DatePickerPopover doesn't have access to UIDatePicker.datePickerStyle. IOS 14 has default style that doesn't look rly well. Is it possible to get access to that property (setter) or is it possible to change to wheel picker style (force it). Thank you for response Screenshot 2020-11-23 at 17 45 50 Simulator Screen Shot - iPhone 8 Plus - 2020-11-23 at 13 31 34

iosapp3 commented 1 year ago

Hi slepimar, You can change UIDatePicker datePickerStyle from following path: your project directory -> Pods -> Pods -> SwiftyPickerPopover -> Resources -> DatePickerPopover.storyboard -> DatePickerPopoverViewController -> Select UIDatePicker and change Preferred Style from Attribute Inspector