Xamarin.Forms-IconTabbedPage 1.0.4

dotnet add package Xamarin.Forms-IconTabbedPage --version 1.0.4
                    
NuGet\Install-Package Xamarin.Forms-IconTabbedPage -Version 1.0.4
                    
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="Xamarin.Forms-IconTabbedPage" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Forms-IconTabbedPage" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Forms-IconTabbedPage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Forms-IconTabbedPage --version 1.0.4
                    
#r "nuget: Xamarin.Forms-IconTabbedPage, 1.0.4"
                    
#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.
#addin nuget:?package=Xamarin.Forms-IconTabbedPage&version=1.0.4
                    
Install Xamarin.Forms-IconTabbedPage as a Cake Addin
#tool nuget:?package=Xamarin.Forms-IconTabbedPage&version=1.0.4
                    
Install Xamarin.Forms-IconTabbedPage as a Cake Tool

A Xamarin CustomRenderer that render Icon for TabbedPage for iOS & Android, using Icon property on child pages.

Use IconTabbedPage class instead of TabbedPage class, and add the name of your static image resource on the "Icon" property of your childs pages, eg.  "user_icon.png", and it will be loaded and show instead of the tab text.

In addition of the standards properties used on TabbedPage like "BarBackgroundColor" and "BarTextColor", IconTabbedPage expose:
- "UnselectedTextColor" in order to override the filled color of your Icon when a Tab is unselected.
- "HideText" in order to hide Tab text (iOS only)
- "TranslucideBarOniOS" to control the Translucent behavior on iOS.

Please see README for Installation: https://github.com/Daddoon/Xamarin.Forms-IconTabbedPage

This plugin is highly inspired from solutions founds on the Xamarin forum and StackOverflow, thanks to all contributors.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.0.4 2,362 12/23/2016
1.0.3 1,174 12/22/2016
1.0.2 1,319 12/22/2016
1.0.1 1,299 12/22/2016
1.0.0 1,722 12/20/2016

- Fixed Android Icon rendering broken in previous release.
- NugetPackage 1.0.4 should have XML documentation now.