Inline style Date Picker issue height issue in landscape mode

If i gave the actual height for datePicker inline style it is fine

in portrait mode but in landscape mode data is missing like below attached

screenshot..

suppose I gave fixed size like 250 or 300 in this also 5th week dates missing in both portrait and lanscape mode.


I am using storyboard for creating datePicker and write the below code in viewController


if (@available(iOS 15.0, *)) {
        _datePicker.preferredDatePickerStyle = UIDatePickerStyleInline;
 }else{
        if (@available(iOS 13.4, *)) {
            _datePicker.preferredDatePickerStyle = UIDatePickerStyleWheels;
        }
  }


Posted on Feb 8, 2023 11:03 PM

Reply
10 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Inline style Date Picker issue height issue in landscape mode

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.