You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: