CooperRS / RMDateSelectionViewController

This is an iOS control for selecting a date using UIDatePicker in an UIAlertController like manner
MIT License
1.15k stars 167 forks source link

iOS 14/ Xcode 12 #90

Closed charmiturakhia closed 4 years ago

charmiturakhia commented 4 years ago

RMDateSelectionViewController going out of box. iOS 14 with Xcode 11.* working alright. iOS14 with Xcode 12 going out of box. When I click inside the view of Picker view. It give date picker outside of a box. Have look at screenshot attached. while accepted Screenshot is to attached.

In the console I can see as follow: UIDatePicker 0x10452d6c0 is being laid out below its minimum width of 280. This may not look like expected, especially with larger than normal font sizes.

1 2

Excepted is like this

accepted

charmiturakhia commented 4 years ago

.preferredDatePickerStyle = .wheels Worked