PadTabsBuilder
Everything iPad: the sidebar, placements and iPad-only destinations.
- Kind: Class
- Namespace: SkeleKit
Methods
Group
Adds a sidebar section: a group of tabs, always sidebar-only.
| Parameter | Summary |
|---|---|
string title | The group's title. |
ImageSource icon | The local icon shown for the group. |
Action<GroupBuilder> children | Declares the tabs inside the group. |
Returns
PadTabsBuilder: The builder instance for chaining calls.
PlaceTab
Overrides how a declared tab takes part in user customization.
| Parameter | Summary |
|---|---|
TabPlacement placement | The placement to apply. |
| Type parameter | Summary |
|---|---|
ContentView TView | The view type of the tab to place. |
Returns
PadTabsBuilder: The builder instance for chaining calls.
Sidebar
Shows the tabs as a sidebar.
Returns
PadTabsBuilder: The builder instance for chaining calls.
SidebarFooter
Shows a view of the given type at the sidebar's bottom. iOS 26 and later.
| Type parameter | Summary |
|---|---|
View TView | The view type to host. |
Returns
PadTabsBuilder: The builder instance for chaining calls.
Tab
Adds an iPad-only tab. It does not exist on iPhone; reach the page there by navigation.
| Parameter | Summary |
|---|---|
string title | The text displayed on the tab bar item. |
ImageSource icon | The local icon shown on the tab. |
(optional) TabPlacement placement | How the tab takes part in user customization. |
| Type parameter | Summary |
|---|---|
ContentView TView | The type of the content view to host in the tab. |
Returns
PadTabsBuilder: The builder instance for chaining calls.