SkeleKit.iOS 0.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package SkeleKit.iOS --version 0.1.6
                    
NuGet\Install-Package SkeleKit.iOS -Version 0.1.6
                    
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="SkeleKit.iOS" Version="0.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SkeleKit.iOS" Version="0.1.6" />
                    
Directory.Packages.props
<PackageReference Include="SkeleKit.iOS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SkeleKit.iOS --version 0.1.6
                    
#r "nuget: SkeleKit.iOS, 0.1.6"
                    
#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.
#:package SkeleKit.iOS@0.1.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SkeleKit.iOS&version=0.1.6
                    
Install as a Cake Addin
#tool nuget:?package=SkeleKit.iOS&version=0.1.6
                    
Install as a Cake Tool

SkeleKit

SkeleKit is a native, code-first UI framework for building iPhone and iPad apps with C# and UIKit. It provides view trees, layout, MVVM bindings, navigation, dependency injection, and application services without MAUI or XAML.

Get started

Install the project template and create an app:

dotnet new install SkeleKit.Templates
dotnet new skelekit-ios --name MyApp

To add SkeleKit to an existing .NET for iOS project:

dotnet add package SkeleKit.iOS

SkeleKit requires the .NET 10 iOS workload and targets iOS 18 or later.

SkeleKit is an early preview. APIs may change before version 1.0.

Product Compatible and additional computed target framework versions.
.NET net10.0-ios26.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.8 42 9/6/2026
0.1.7 43 9/6/2026
0.1.6 39 9/6/2026
0.1.5 42 9/6/2026
0.1.4 91 8/30/2026
0.1.3 99 8/29/2026
0.1.2 107 8/23/2026
0.1.1 91 8/23/2026
0.1.0 92 8/22/2026

- Overhaul binding API with strongly typed fluent modes and directional converters.