Skip to content

Instantly share code, notes, and snippets.

@jrgcubano
jrgcubano / CheckColorExtensions.cs
Last active July 8, 2024 16:09
ExtendedDatePicker with Nullable values for Xamarin.Forms
using UIKit;
using Xamarin.Forms;
namespace Check.iOS.Extensions
{
/// <summary>
/// Color extensions
/// </summary>
public static class CheckColorExtensions
{