Search code examples
c#xamarinxamarin.ios

How to implement calendar date picker instead of default date picker in Xamarin.ios


In my xamarin.ios app(not xamarin forms) I need to replace a default date picker by any date picker which allows to pick date from calendar. I searched a lot but could not find any suitable easy solution. I am not sure is it even possible or not to achieve in xamarin.ios. If you know any way to achieve this please let me know. Thanks


Solution

  • With Ios 14 and above we get new UIDatePicker which comes with different style options like compact, inline which shows a calendar modal to pick date from.