SkeleApplication
The core application instance that handles DI, navigation setup, and the app lifecycle.
- Kind: Class
- Namespace: SkeleKit
Properties
Appearance
The app-wide light or dark appearance.
Type: Appearance
Current
The currently running application instance.
Type: SkeleApplication?
Services
The built-in service provider for resolving dependencies.
Type: IServiceProvider
TabBarMinimizeBehavior
When the app's tab bar minimizes as the selected content scrolls.
Applies to tab shells on iOS 26 and later. The value configured by
TabsBuilder.Minimizesis the initial value.
Type: TabBarMinimize
Tint
The app-wide tint inherited by windows, chrome and views, or null for the system default.
Type: Color?
Methods
CreateBuilder
Creates a new builder to configure services and the layout shell.
Returns
SkeleApplicationBuilder: A new application builder.
Run
Starts the native iOS main loop.
| Parameter | Summary |
|---|---|
string args | The application command-line arguments. |