From 9c277c9a7dc9271d31c28d0903757c48b496daab Mon Sep 17 00:00:00 2001 From: AravindSubramaniyan Date: Fri, 26 Sep 2025 15:35:48 +0530 Subject: [PATCH 1/3] 97950 - Updating ReadMe File --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da2b6b2..a7c4c26 100644 --- a/README.md +++ b/README.md @@ -1 +1,48 @@ -**[View document in Syncfusion Xamarin.iOS Knowledge base](https://www.syncfusion.com/kb/12262/how-to-customize-the-specific-date-cell-in-month-view-of-xamarin-ios-calendar-sfcalendar)** +## Customize Specific Date Cell In Month View Of Calendar Xamarin Ios + +Customize Specific Date Cell In Month View Of Calendar Xamarin Ios + +## Prerequisites + +* Visual Studio 2019 (Xamarin) + +## Supported platforms + +* Android +* iOS +* Windows (UWP) + +## How to run the project + +* Checkout this project to a location in your disk. +* Open the solution file using the Visual Studio 2019. +* Restore the NuGet packages by rebuilding the solution. +* Run the project. + +## Xamarin.Forms Register License + +You can register the license key in **App.xaml.cs** constructor before InitializeComponent(). If App constructor not available in **App.xaml.cs**, create the "App()" constructor in **App.xaml.cs** and register the license key inside the constructor. + +{% tabs %} +{% highlight c# %} +public App() +{ + //Register Syncfusion® license + Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY"); + + InitializeComponent(); + + MainPage = new App1.MainPage(); +} +{% endhighlight %} +{% endtabs %} + +If you are developing an application using Gorilla Player SDK, it is must to register the Syncfusion® license key in Xamarin.Forms.Android, Xamarin.Forms.iOS, and Xamarin.Forms.UWP. + +## Blog reference + +[View document in Syncfusion Xamarin.iOS Knowledge base](https://www.syncfusion.com/kb/12262/how-to-customize-the-specific-date-cell-in-month-view-of-xamarin-ios-calendar-sfcalendar) + +## License + +Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples. From e66edbae3579a01179fc49d75b336bdfe9d64087 Mon Sep 17 00:00:00 2001 From: AravindSubramaniyan Date: Fri, 26 Sep 2025 15:48:38 +0530 Subject: [PATCH 2/3] 97950 - Updating How to run the sample --- README.md | 61 ++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index a7c4c26..c927c0b 100644 --- a/README.md +++ b/README.md @@ -6,38 +6,35 @@ Customize Specific Date Cell In Month View Of Calendar Xamarin Ios * Visual Studio 2019 (Xamarin) -## Supported platforms - -* Android -* iOS -* Windows (UWP) - -## How to run the project - -* Checkout this project to a location in your disk. -* Open the solution file using the Visual Studio 2019. -* Restore the NuGet packages by rebuilding the solution. -* Run the project. - -## Xamarin.Forms Register License - -You can register the license key in **App.xaml.cs** constructor before InitializeComponent(). If App constructor not available in **App.xaml.cs**, create the "App()" constructor in **App.xaml.cs** and register the license key inside the constructor. - -{% tabs %} -{% highlight c# %} -public App() -{ - //Register Syncfusion® license - Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY"); - - InitializeComponent(); - - MainPage = new App1.MainPage(); -} -{% endhighlight %} -{% endtabs %} - -If you are developing an application using Gorilla Player SDK, it is must to register the Syncfusion® license key in Xamarin.Forms.Android, Xamarin.Forms.iOS, and Xamarin.Forms.UWP. +## Requirements to run the sample + +* [Visual Studio](https://visualstudio.microsoft.com/downloads/) +* [Windows App SDK 1.1 extension](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-11) +* .NET 6.0 + +Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/winui/system-requirements) + +## How to run the sample + +1. Clone the sample and open it in Visual Studio. + + *Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.* + +2. Register your license key in the App.cs file as demonstrated in the following code. + + public App() + { + //Register Syncfusion license + Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY"); + + InitializeComponent(); + } + + Refer to this [link](https://help.syncfusion.com/winui/licensing/overview) for more details. + +3. Clean and build the application. + +4. Run the application. ## Blog reference From 0a94b162f175a762ed0864deda02ee16ba36e6bd Mon Sep 17 00:00:00 2001 From: AravindSubramaniyan Date: Fri, 26 Sep 2025 18:28:03 +0530 Subject: [PATCH 3/3] 97950 - Replacing Xamarin Links --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c927c0b..c3df3d3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Customize Specific Date Cell In Month View Of Calendar Xamarin Ios * [Windows App SDK 1.1 extension](https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/stable-channel#version-11) * .NET 6.0 -Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/winui/system-requirements) +Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/xamarin/system-requirements) ## How to run the sample @@ -30,7 +30,7 @@ Refer to the following link for more details - [System Requirements](https://hel InitializeComponent(); } - Refer to this [link](https://help.syncfusion.com/winui/licensing/overview) for more details. + Refer to this [link](https://help.syncfusion.com/xamarin/licensing/overview) for more details. 3. Clean and build the application. @@ -39,7 +39,6 @@ Refer to the following link for more details - [System Requirements](https://hel ## Blog reference [View document in Syncfusion Xamarin.iOS Knowledge base](https://www.syncfusion.com/kb/12262/how-to-customize-the-specific-date-cell-in-month-view-of-xamarin-ios-calendar-sfcalendar) - ## License Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.