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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
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 561 2/12/2023
1.3.32 56,397 8/15/2022
1.3.31 3,907 4/21/2022
1.3.30 679 4/7/2022
1.3.29 98,302 9/10/2021
1.3.28 316 9/9/2021
1.3.27 294 9/9/2021
1.3.26 412 9/4/2021
1.3.21 14,051 4/30/2021
1.3.18 4,962 3/22/2021
1.3.12 74,052 3/15/2021
1.3.5 4,958 11/25/2020
1.3.4 3,721 11/11/2020
1.3.3 1,633 10/4/2020
1.3.2 465 10/2/2020
1.2.26-pre 417 9/29/2020
1.2.24-pre 340 9/15/2020
1.2.14-pre 674 6/14/2020
1.2.12-pre 735 5/31/2020
1.2.1-pre 32,425 5/29/2020
1.1.9-pre 376 5/27/2020
1.1.8-pre 341 5/27/2020
1.1.4-pre 1,103 2/22/2020
1.1.1-pre 519 1/18/2020
1.0.9 9,009 1/18/2020
0.5.2 20,662 6/1/2019
0.4.15 3,309 2/26/2019
0.4.13 1,173 1/16/2019
0.4.11 923 1/14/2019
0.3.2 2,089 10/4/2018
0.3.1 726 10/2/2018
0.3.0 1,465 9/6/2018
0.2.9 782 9/2/2018
0.2.6 1,863 8/6/2018
0.2.5 2,191 5/22/2018
0.2.4 1,253 4/9/2018
0.2.3 890 4/3/2018
0.2.2 952 3/20/2018
0.2.1 932 2/21/2018
0.2.0-pre3 780 1/29/2018
0.2.0-pre2 698 1/25/2018
0.1.0 957 1/9/2018
0.0.1-pre9 808 12/25/2017
0.0.1-pre8 835 12/16/2017
0.0.1-pre6 718 11/15/2017
0.0.1-pre5 687 11/13/2017
0.0.1-pre 912 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.