Skip to content

Commit

Permalink
feat(iOS): Set latest (iOS14+) Style default for TimePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Jan 12, 2021
1 parent 6223238 commit ae78b77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Uno.UI/FeatureConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,7 @@ public static class DatePicker
public static class TimePicker
{
#if __IOS__
//TODO: Setting the default to true because of this: https://github.com/unoplatform/uno/issues/4611
public static bool UseLegacyStyle { get; set; } = true;
public static bool UseLegacyStyle { get; set; } = false;
#endif
}
}
Expand Down

0 comments on commit ae78b77

Please sign in to comment.