AiForms.SettingsView
1.3.33
dotnet add package AiForms.SettingsView --version 1.3.33
NuGet\Install-Package AiForms.SettingsView -Version 1.3.33
<PackageReference Include="AiForms.SettingsView" Version="1.3.33" />
<PackageVersion Include="AiForms.SettingsView" Version="1.3.33" />
<PackageReference Include="AiForms.SettingsView" />
paket add AiForms.SettingsView --version 1.3.33
#r "nuget: AiForms.SettingsView, 1.3.33"
#:package AiForms.SettingsView@1.3.33
#addin nuget:?package=AiForms.SettingsView&version=1.3.33
#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 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
-
.NETStandard 2.0
- Xamarin.Forms (>= 4.6.0.800)
-
.NETStandard 2.1
- Xamarin.Forms (>= 4.6.0.800)
-
MonoAndroid 0.0
- Xamarin.Forms (>= 4.6.0.800)
-
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.Forms (>= 4.6.0.800)
-
Xamarin.iOS 1.0
- Xamarin.Forms (>= 4.6.0.800)
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 | 123,000 | 2/12/2023 |
| 1.3.32 | 97,992 | 8/15/2022 |
| 1.3.31 | 5,144 | 4/21/2022 |
| 1.3.30 | 1,286 | 4/7/2022 |
| 1.3.29 | 99,120 | 9/10/2021 |
| 1.3.28 | 897 | 9/9/2021 |
| 1.3.27 | 859 | 9/9/2021 |
| 1.3.26 | 979 | 9/4/2021 |
| 1.3.21 | 15,836 | 4/30/2021 |
| 1.3.18 | 5,582 | 3/22/2021 |
| 1.3.12 | 74,676 | 3/15/2021 |
| 1.3.5 | 5,635 | 11/25/2020 |
| 1.3.4 | 4,477 | 11/11/2020 |
| 1.3.3 | 2,321 | 10/4/2020 |
| 1.3.2 | 1,123 | 10/2/2020 |
| 1.2.26-pre | 1,028 | 9/29/2020 |
| 1.2.24-pre | 944 | 9/15/2020 |
| 1.2.14-pre | 1,264 | 6/14/2020 |
| 1.2.12-pre | 1,322 | 5/31/2020 |
## 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.