I'm using Xamarin.Forms, and I need to create a Popup to ask the user enter date of birth.
Can I use CustomViewRenders to show this Popup with custom controls mean just a label asking enter date of birth, and DateTimePicker.
Something like this:
any suggested code to do this?