AiForms.SettingsView 1.3.33

.NET Standard 2.0
dotnet add package AiForms.SettingsView --version 1.3.33
NuGet\Install-Package AiForms.SettingsView -Version 1.3.33
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="AiForms.SettingsView" Version="1.3.33" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AiForms.SettingsView --version 1.3.33
#r "nuget: AiForms.SettingsView, 1.3.33"
#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 AiForms.SettingsView as a Cake Addin
#addin nuget:?package=AiForms.SettingsView&version=1.3.33

// Install AiForms.SettingsView as a Cake Tool
#tool nuget:?package=AiForms.SettingsView&version=1.3.33

This is a flexible TableView specialized in settings for Android / iOS.
There are various cells such as (LabelCell,ButtonCell,CommandCell,SwitchCell,CheckboxCell,RadioCell,PickerCell,EntryCell,NumberPickerCell,TimePickerCell,DatePickerCell,CustomCell)

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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework 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 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

  • .NETStandard 2.1

  • MonoAndroid 0.0

  • Portable Class Library (MonoAndroid 1.0, MonoTouch 1.0, .NETFramework 4.5, Windows 0.0, Windows 8.1, WindowsPhone 8.0, WindowsPhoneApp 8.1, Xamarin.iOS 1.0)

  • Xamarin.iOS 1.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on AiForms.SettingsView:

Repository Stars
muak/AiForms.Effects
AiForms.Effects for Xamarin.Forms
muak/AiForms.Dialogs
AiForms.Dialogs for Xamarin.Forms
Version Downloads Last updated
1.3.33 10,013 2/12/2023
1.3.32 94,779 8/15/2022
1.3.31 4,325 4/21/2022
1.3.30 860 4/7/2022
1.3.29 98,555 9/10/2021
1.3.28 462 9/9/2021
1.3.27 427 9/9/2021
1.3.26 545 9/4/2021
1.3.21 14,849 4/30/2021
1.3.18 5,128 3/22/2021
1.3.12 74,202 3/15/2021
1.3.5 5,110 11/25/2020
1.3.4 3,943 11/11/2020
1.3.3 1,794 10/4/2020
1.3.2 637 10/2/2020
1.2.26-pre 548 9/29/2020
1.2.24-pre 477 9/15/2020
1.2.14-pre 797 6/14/2020
1.2.12-pre 861 5/31/2020
1.2.1-pre 32,546 5/29/2020
1.1.9-pre 507 5/27/2020
1.1.8-pre 446 5/27/2020
1.1.4-pre 1,221 2/22/2020
1.1.1-pre 649 1/18/2020
1.0.9 9,182 1/18/2020
0.5.2 21,053 6/1/2019
0.4.15 3,479 2/26/2019
0.4.13 1,334 1/16/2019
0.4.11 1,075 1/14/2019
0.3.2 2,264 10/4/2018
0.3.1 894 10/2/2018
0.3.0 1,620 9/6/2018
0.2.9 956 9/2/2018
0.2.6 2,017 8/6/2018
0.2.5 2,357 5/22/2018
0.2.4 1,410 4/9/2018
0.2.3 1,056 4/3/2018
0.2.2 1,123 3/20/2018
0.2.1 1,104 2/21/2018
0.2.0-pre3 916 1/29/2018
0.2.0-pre2 818 1/25/2018
0.1.0 1,128 1/9/2018
0.0.1-pre9 945 12/25/2017
0.0.1-pre8 978 12/16/2017
0.0.1-pre6 851 11/15/2017
0.0.1-pre5 827 11/13/2017
0.0.1-pre 1,043 11/3/2017

## New Features

[DatePickerCell] Add properties. (InitialDate, IsAndroidSpinnerStyle, AndroidButtonColor)
[CellBase] Add IsVisible property.
[NumberPickerCell] Add Unit property. It can be displayed unit string next to the number.

## Changes

[SwitchCell][CheckboxCell][iOS] Can select with row tapped.

## Bug fixes

* Fix some bugs.
* Fix PickerCell(Android) selected text issue.
* Fix Xamarin.Forms 5 some issues.