AiForms.SettingsView
1.3.31
Install-Package AiForms.SettingsView -Version 1.3.31
dotnet add package AiForms.SettingsView --version 1.3.31
<PackageReference Include="AiForms.SettingsView" Version="1.3.31" />
paket add AiForms.SettingsView --version 1.3.31
#r "nuget: AiForms.SettingsView, 1.3.31"
// Install AiForms.SettingsView as a Cake Addin
#addin nuget:?package=AiForms.SettingsView&version=1.3.31
// Install AiForms.SettingsView as a Cake Tool
#tool nuget:?package=AiForms.SettingsView&version=1.3.31
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 |
.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 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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.31 | 446 | 4/21/2022 |
1.3.30 | 192 | 4/7/2022 |
1.3.29 | 69,968 | 9/10/2021 |
1.3.28 | 217 | 9/9/2021 |
1.3.27 | 184 | 9/9/2021 |
1.3.26 | 307 | 9/4/2021 |
1.3.21 | 12,669 | 4/30/2021 |
1.3.18 | 4,811 | 3/22/2021 |
1.3.12 | 73,932 | 3/15/2021 |
1.3.5 | 4,437 | 11/25/2020 |
1.3.4 | 3,596 | 11/11/2020 |
1.3.3 | 1,454 | 10/4/2020 |
1.3.2 | 356 | 10/2/2020 |
1.2.26-pre | 361 | 9/29/2020 |
1.2.24-pre | 295 | 9/15/2020 |
1.2.14-pre | 632 | 6/14/2020 |
1.2.12-pre | 675 | 5/31/2020 |
1.2.1-pre | 32,381 | 5/29/2020 |
1.1.9-pre | 333 | 5/27/2020 |
1.1.8-pre | 293 | 5/27/2020 |
1.1.4-pre | 1,059 | 2/22/2020 |
1.1.1-pre | 469 | 1/18/2020 |
1.0.9 | 8,699 | 1/18/2020 |
0.5.2 | 19,198 | 6/1/2019 |
0.4.15 | 3,171 | 2/26/2019 |
0.4.13 | 1,059 | 1/16/2019 |
0.4.11 | 795 | 1/14/2019 |
0.3.2 | 1,973 | 10/4/2018 |
0.3.1 | 616 | 10/2/2018 |
0.3.0 | 1,350 | 9/6/2018 |
0.2.9 | 670 | 9/2/2018 |
0.2.6 | 1,734 | 8/6/2018 |
0.2.5 | 2,050 | 5/22/2018 |
0.2.4 | 1,109 | 4/9/2018 |
0.2.3 | 750 | 4/3/2018 |
0.2.2 | 796 | 3/20/2018 |
0.2.1 | 792 | 2/21/2018 |
0.2.0-pre3 | 689 | 1/29/2018 |
0.2.0-pre2 | 628 | 1/25/2018 |
0.1.0 | 806 | 1/9/2018 |
0.0.1-pre9 | 716 | 12/25/2017 |
0.0.1-pre8 | 750 | 12/16/2017 |
0.0.1-pre6 | 645 | 11/15/2017 |
0.0.1-pre5 | 611 | 11/13/2017 |
0.0.1-pre | 798 | 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.