Symtech.Xamarin.UI 1.2.2

dotnet add package Symtech.Xamarin.UI --version 1.2.2
NuGet\Install-Package Symtech.Xamarin.UI -Version 1.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Symtech.Xamarin.UI" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Symtech.Xamarin.UI --version 1.2.2
#r "nuget: Symtech.Xamarin.UI, 1.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Symtech.Xamarin.UI as a Cake Addin
#addin nuget:?package=Symtech.Xamarin.UI&version=1.2.2

// Install Symtech.Xamarin.UI as a Cake Tool
#tool nuget:?package=Symtech.Xamarin.UI&version=1.2.2

Xamarin Forms UI Plugin for Android, iOS

It's compatible with portable projects as well as .Net standard projects.

Getting Started

  1. Install Symtech.Xamarin.UI to PCL project as well as client projects
  2. Initialise Symtech.Xamarin.UI in MainAcitvity.cs and AppDelegate.cs:

MainActivity.cs

        protected override void OnCreate(Bundle savedInstanceState)
        {
            TabLayoutResource = Resource.Layout.Tabbar;
            ToolbarResource = Resource.Layout.Toolbar;

            base.OnCreate(savedInstanceState);

            Xamarin.Essentials.Platform.Init(this, savedInstanceState);
            global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
            Symtech.Xamarin.UI.Plugin.Init(this);
            LoadApplication(new App());
        }

AppDelegate.cs

        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            Symtech.Xamarin.UI.iOS.Plugin.Init();
            LoadApplication(new App());

            return base.FinishedLaunching(app, options);
        }
  1. Add namespace to XAML: xmlns:controls="clr-namespace:Symtech.Xamarin.UI.Controls;assembly=Symtech.Xamarin.UI"
  2. Use the UI component from the plugin:
<controls:FancyEntry x:Name="EmailEntry" Title="Email" Style="{StaticResource FancyEntry}" Keyboard="Email" ReturnType="Next"/>

Usage

Refer to sample project

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard is compatible.  netstandard1.0 was computed.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 0.0

    • No dependencies.
  • .NETPlatform 5.0

    • No dependencies.
  • .NETStandard 2.0

  • MonoAndroid 1.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • UAP 0.0

    • No dependencies.
  • Windows 0.0

    • No dependencies.
  • WindowsPhone 0.0

    • No dependencies.
  • WindowsPhoneApp 0.0

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.
  • Xamarin.TVOS 0.0

    • No dependencies.
  • Xamarin.WatchOS 0.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 382 11/4/2022
1.2.1 329 11/3/2022
1.1.9 387 6/25/2021
1.1.8 374 6/2/2021
1.1.7 313 4/29/2021
1.1.6 299 4/16/2021
1.1.5 318 4/15/2021
1.1.4 342 4/9/2021
1.1.3 400 4/9/2021
1.1.2 420 4/9/2021
1.1.1 426 4/8/2021
1.1.0 441 3/31/2021
1.0.9 421 3/30/2021
1.0.8 405 3/30/2021
1.0.7 436 3/30/2021
1.0.6 480 3/26/2021
1.0.5 464 3/26/2021
1.0.4 427 3/26/2021
1.0.3 430 3/26/2021
1.0.2 449 2/23/2021
1.0.1 436 2/22/2021
1.0.0 317 2/22/2021

Added HorizontalTextAlignment/VerticalTextAlignment properties to text entry