Replies: 1 comment 1 reply
-
I see that Apple revived the wheel picker in iOS 15 (hence the code update), but with a feature where you can tap the wheel to edit the values. The wheel picker we get does not have that. How about we allow a legacy style on iOS 15 and above like for iOS 13.4 and above? i.e.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to change the behaviour of the iOS date picker. I want it to use the new (since iOS14) style via the .inline datePickerStyle. It seems to use the older .wheel style at the moment.
On Xamarin.Forms I would be able to use a custom renderer for this sort of thing. I can't find an alternative in Uno.
Update
Below is the code in Master branch - it would appear to set the style to wheels for iOS15 and newer?
Beta Was this translation helpful? Give feedback.
All reactions