Skip to content

lubiepomaranczki/XamForms.Controls.Calendar

Repository files navigation

Calendar Control Plugin for Xamarin.Forms

A simple Calendar control for your Xamarin.Forms projects

This is a fork repository of a nuget made by RebeccaXam.

Setup

In your iOS, Android projects call:

Xamarin.Forms.Init();//platform specific init
XamForms.Controls.<PLATFORM>.Calendar.Init();

You must do this AFTER you call Xamarin.Forms.Init();

IMPORTANT: If you are having problems like: When Changing Months, the days do not update properly in, try adding this to your projects AssemblyInfo.cs:

[assembly:Xamarin.Forms.Platform.<Platform>.ExportRenderer(typeof(XamForms.Controls.CalendarButton), typeof(XamForms.Controls.<Platform>.CalendarButtonRenderer))]

Usage

There is a playground project in the solution. Please take a look there.

Contributors

License

https://github.com/lubiepomaranczki/XamForms.Controls.Calendar/blob/develop/LICENSE

About

Custom calendar control for Xamarin.Forms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published