Skip to content

Getting Started

Håvard Moås edited this page Sep 19, 2019 · 26 revisions

Installation

By using DotNet:

dotnet add package DIPS.Xamarin.UI

or NuGet

Install-Package DIPS.Xamarin.UI

UI Components Usage

We recommend using Custom Namespace to refer to our UI components in XAML:

  1. In your App.xaml.cs add DIPS.Xamarin.UI.Library.Initialize() in the constructor.

  2. In the desired XAML component add the namespace with a prefix in your namespaces section:

    xmlns:dxui="http://dips.xamarin.ui.com"
  3. You can now refer the library by doing this in your XAML:

<dxui:"component">

Each component are documented here

API Usage

No special prerequisite before using the different APIs. Each API is documented here.

Clone this wiki locally