AiForms.Maui.SettingsView 0.1.26-pre

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

// Install AiForms.Maui.SettingsView as a Cake Tool
#tool nuget:?package=AiForms.Maui.SettingsView&version=0.1.26-pre&prerelease

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 net7.0 is compatible.  net7.0-android was computed.  net7.0-android27.0 is compatible.  net7.0-ios was computed.  net7.0-ios14.2 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst14.2 is compatible.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
0.1.26-pre 156 9/6/2023
0.1.25-pre 50 9/6/2023
0.1.24-pre 60 9/5/2023
0.1.23-pre 164 8/11/2023
0.1.22-pre 69 8/9/2023
0.1.21-pre 384 4/25/2023
0.1.20-pre 222 4/3/2023
0.1.18-pre 69 4/3/2023
0.1.15-pre 85 3/29/2023
0.1.14-pre 190 2/12/2023
0.1.13-pre 132 12/10/2022
0.1.12-pre 83 12/10/2022
0.1.11-pre 90 11/19/2022
0.1.10-pre 109 9/19/2022
0.1.9-pre 114 9/18/2022

- Fix Android CustomCell Size
- Update .NET 7.0
- Fix PickerCell SingleSelectMode not working.