Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[iOS] Restore wheels date/time picker styles in 5.0 #13344

Merged
merged 2 commits into from
Jan 10, 2021
Merged

[iOS] Restore wheels date/time picker styles in 5.0 #13344

merged 2 commits into from
Jan 10, 2021

Conversation

hartez
Copy link
Contributor

@hartez hartez commented Jan 8, 2021

Description of Change

The check for iOS 14 and setting of the "wheels" style date/time pickers was behind an XCode 11 check which is no longer used. So both controls were defaulting to the new inline style (which the renderers do not know how to handle yet).

These changes revert the style to the "wheels" style on iOS 14, and add tests to ensure that style remains until we're ready to revamp the renderers for inline styles.

Issues Resolved

API Changes

None

Platforms Affected

  • iOS

Behavioral/Visual Changes

None

Before/After Screenshots

Not applicable

Testing Procedure

Automated platform tests

PR Checklist

  • Targets the correct branch
  • Tests are passing (or failures are unrelated)

@samhouts samhouts added p/iOS 🍎 a/datepicker i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often t/bug 🐛 labels Jan 8, 2021
@rmarinho rmarinho merged commit 788bf84 into 5.0.0 Jan 10, 2021
@rmarinho rmarinho deleted the fix-13331 branch January 10, 2021 21:04
@samhouts samhouts added this to the 5.0.0 milestone Jan 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/datepicker i/high Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often p/iOS 🍎 t/bug 🐛
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] DatePicker style in Xamarin.Forms 5.0
4 participants