We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src
Install-Package Xamstrap -Pre
To init Xamstrap on iOS, add the following line to your AppDelegate.cs inside FinishedLaunching method.
AppDelegate.cs
FinishedLaunching
ResponsiveLabelRenderer obj;
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"