Skip to content

Quick Start

Parth Patel edited this page Nov 3, 2016 · 6 revisions

Several quick start options are available:

  • Download latest Xamstrap project and include Xamstrap project from the src into your project. Add reference as mentioned below:
    1. Xamstrap(Portable) - into portable project.
    2. Xamstrap(Portable) and Xamstrap.Droid - into android project.
    3. Xamstrap(Portable) and Xamstrap.iOS - into ios project.
  • Install Xamstrap with Nuget: Install-Package Xamstrap -Pre

Configure Xamstrap

iOS:

To init Xamstrap on iOS, add the following line to your AppDelegate.cs inside FinishedLaunching method.

ResponsiveLabelRenderer obj;

How to use Xamstrap?

In-order to use Xamstrap into your project add the following namespace.

xmlns:Control="clr-namespace:Xamstrap;assembly=Xamstrap"
xmlns:Attached="clr-namespace:Xamstrap.AttachedProperties;assembly=Xamstrap"

Clone this wiki locally