From cc7b944b1912c55704a0b94661ce8d343e078d69 Mon Sep 17 00:00:00 2001 From: Jean-Marie Alfonsi Date: Wed, 18 Nov 2020 15:29:26 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 54171da..d0d4781 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,20 @@ public override bool FinishedLaunching(UIApplication app, NSDictionary options) Namespace changed from `Sharpnado.Presentation.Forms.HorizontalListView` to `Sharpnado.HorizontalListView`. +`HorizontalListView`, like `MaterialFrame`, `Tabs` and `Shadows`, now uses the same xml namespace: http://sharpnado.com. + +Because of how works xaml compilation, you need to add code in your `App.xaml.cs` referencing the sharpnado assembly: + +```csharp +public App() +{ + InitializeComponent(); + + Sharpnado.HorizontalListView.Initializer.Initialize(true, false); + ... +} +``` + ## Presentation * Horizontal, Grid, Carousel or Vertical layout