Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lubiepomaranczki/XamForms.Controls.Calendar

Custom calendar control for Xamarin.Forms.
https://github.com/lubiepomaranczki/XamForms.Controls.Calendar

Last synced: 3 months ago
JSON representation

Custom calendar control for Xamarin.Forms.

Awesome Lists containing this project

README

        

## 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](https://github.com/rebeccaXam/XamForms.Controls.Calendar/).

#### Setup
* Available on NuGet: https://www.nuget.org/packages/XamForms.Enhanced.Calendar/ [![NuGet](https://img.shields.io/nuget/v/XamForms.Enhanced.Calendar.svg?label=NuGet)](https://www.nuget.org/packages/XamForms.Enhanced.Calendar/)
* Install into your PCL project and Client projects.






In your iOS, Android projects call:

```
Xamarin.Forms.Init();//platform specific init
XamForms.Controls..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](https://github.com/rebeccaXam/XamForms.Controls.Calendar/issues/2) in, try adding this to your projects AssemblyInfo.cs:
```
[assembly:Xamarin.Forms.Platform..ExportRenderer(typeof(XamForms.Controls.CalendarButton), typeof(XamForms.Controls..CalendarButtonRenderer))]
```

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

#### Contributors
* [rebeccaXam](https://github.com/rebeccaXam)
* [lubiepomaranczki](https://github.com/lubiepomaranczki)

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