Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lubiepomaranczki/XamForms.Controls.Calendar
- Owner: lubiepomaranczki
- License: mit
- Created: 2018-03-22T09:58:58.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-12T20:02:11.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T01:44:12.219Z (3 months ago)
- Language: C#
- Homepage:
- Size: 2.17 MB
- Stars: 55
- Watchers: 9
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - XamForms.Controls.Calendar ★52
README
## Calendar Control Plugin for Xamarin.Forms
A simple Calendar control for your Xamarin.Forms projectsThis 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