SkillAgentSearch skills...

Xamarin.iOS.DatePickerDialog

Xamarin iOS C# port of https://github.com/squimer/DatePickerDialog-iOS-Swift

Install / Use

/learn @alexsorokoletov/Xamarin.iOS.DatePickerDialog
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Xamarin.iOS.DatePickerDialog

NuGet Badge

Xamarin iOS C# port of https://github.com/squimer/DatePickerDialog-iOS-Swift

How to use

Install Nuget Install-Package Xamarin.iOS.DatePickerDialog

var startingTime = DateTime.Now;
var dialog = new DatePickerDialog();
dialog.Show("Choose time", "Done", "Cancel", UIDatePickerMode.Time, (dt) =>
{
  TimePickLabel.Text = dt.ToString();
}, startingTime);

There are 3 modes supported:

UIDatePickerMode.Time UIDatePickerMode.Date UIDatePickerMode.DateAndTime

<img src="Screenshots/xamarin-datepicker-dialog.gif" title="Xamarin iOS C# port of https://github.com/squimer/DatePickerDialog-iOS-Swift demo" alt="Xamarin iOS C# port of https://github.com/squimer/DatePickerDialog-iOS-Swift demo" width="221">

Related Skills

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated7mo ago
Forks15

Languages

C#

Security Score

87/100

Audited on Aug 29, 2025

No findings