Show the datepicker of a DateElement on the same view in Xamarin.IOS

72 Views Asked by At

I have a DialogViewcontroller in Xamarin.IOS and in this controller I have a DateElement. When clicking on the DateElement, the user is redirected to another view where he can select its date from a datepicker.
Now I want to show the datepicker on the same view of my DialogViewcontroller, just at the lower end of the view.
I have the same ambition with my RadioElements. I want to show the selectable options like this image to the user (show them as a picker on the same view):
enter image description here
How can I accomplish this?

0

There are 0 best solutions below