Latest Additions

Browse the newest SwiftUI entries first, or flip the timeline to recently updated components.

February 28, 2026

2 entries

Uniform Concentric Rectangle - iOS Liquid Glass Light Mode Preview
initializer

Uniform Concentric Rectangle

Create a rectangle with the same corner style set on four corners.

Concentric Rectangle - iOS Liquid Glass Light Mode Preview
initializer

Concentric Rectangle

A concentric rectangle whose corner radii are defined from the same circle center as its parent element. The outermost parent is the device frame.

February 15, 2026

7 entries

Custom Labeled Content - iOS Liquid Glass Light Mode Preview
initializer

Custom Labeled Content

Creates a standard labeled element, with a view that conveys the value of the element and a label.

Formatted Labeled Content - iOS Liquid Glass Light Mode Preview
initializer

Formatted Labeled Content

Creates a labeled informational view from a formatted value.

Labeled Content - iOS Liquid Glass Light Mode Preview
initializer

Labeled Content

Creates a labeled informational view.

Label Styles - iOS Liquid Glass Light Mode Preview
style

Label Styles

Sets the style for labels within this view.

Custom Label - iOS Liquid Glass Light Mode Preview
initializer

Custom Label

Creates a label with a custom title and icon.

Image Label - iOS Liquid Glass Light Mode Preview
initializer

Image Label

Creates a label with an icon image and a title generated from a localized string.

System Image Label - iOS Liquid Glass Light Mode Preview
initializer

System Image Label

Creates a label with a system icon image and a title generated from a localized string.

January 31, 2026

11 entries

Disable Sheet Dismiss Swipe - iOS Liquid Glass Light Mode Preview
modifier

Disable Sheet Dismiss Swipe

Conditionally prevents interactive dismissal of presentations like popovers, sheets, and inspectors. Dragging the sheet is still possible to a limited extent, as shown in the screenshot, but it will never be dismissed.

Page Screen Sheet Size - iOS Liquid Glass Light Mode Preview
modifier

Page Screen Sheet Size

On devices smaller than a page of paper, such as iPhone, Apple Watch, and 8" or 11" iPads, the sheet fills the entire height and, unlike the default sheet on iPad, the full width. On macOS, .page behaves like .fitted.

Fitted Sheet Sizing - iPadOS Liquid Glass Light Mode Preview
modifier

Fitted Sheet Sizing

Sets the sizing of the containing presentation. This does not have any effect on smaller devices like iPhone and Apple Watch. On macOS, fitted is the default.

Sheet Corner Radius - iOS Liquid Glass Light Mode Preview
modifier

Sheet Corner Radius

Requests that the presentation have a specific corner radius.

Prioritize Sheet Content Scrolling - iOS Liquid Glass Light Mode Preview
modifier

Prioritize Sheet Content Scrolling

Configures the behavior of swipe gestures on a presentation. PresentationContentInteraction.scrolls prioritizes scrolling the content over resizing the sheet.

Sheet Background Interaction - iOS Liquid Glass Light Mode Preview
modifier

Sheet Background Interaction

Controls whether people can interact with the view behind a presentation.

Sheet Background - iOS Liquid Glass Light Mode Preview
modifier

Sheet Background

Sets the presentation background of the enclosing sheet using a shape style.

Sheet Drag Indicator Visibility - iOS Liquid Glass Light Mode Preview
modifier

Sheet Drag Indicator Visibility

Sets the visibility of the drag indicator on top of a sheet.

Sheet Size - iOS Liquid Glass Light Mode Preview
modifier

Sheet Size

Sets the available detents for the enclosing sheet.

Item Sheet - iOS Liquid Glass Light Mode Preview
modifier

Item Sheet

Presents a sheet using the given item as a data source for the sheet’s content. On watchOS, sheets are displayed as fullScreenCover.

Boolean Sheet - iOS Liquid Glass Light Mode Preview
modifier

Boolean Sheet

Presents a sheet when a binding to a Boolean value that you provide is true. On watchOS, sheets are displayed as fullScreenCover.

December 28, 2025

1 entry

Role Button With Default Label - iOS Liquid Glass Light Mode Preview
initializer

Role Button With Default Label

Creates a button that displays a default label.

December 25, 2025

1 entry

SliderTickContentForEach - iOS Liquid Glass Light Mode Preview
initializer

SliderTickContentForEach

A type of slider content that creates content by iterating over a collection.

August 11, 2025

3 entries

Outline Group - iOS Flat Design Light Mode Preview
initializer

Outline Group

A structure that computes views and disclosure groups on demand from an underlying collection of tree-structured, identified data.

Disclosure Group - iOS Flat Design Light Mode Preview
initializer

Disclosure Group

A view that shows or hides another content view, based on the state of a disclosure control.

Edit Button - iOS Flat Design Light Mode Preview
initializer

Edit Button

A button that toggles the edit mode environment value.

August 10, 2025

13 entries

Section Index Label and Visibility - iOS Liquid Glass Light Mode Preview
modifier

Section Index Label and Visibility

Sets the label that is used in a section index to point to this section, typically only a single character long. Changes the visibility of the list section index.

Move Disabled - iOS Flat Design Light Mode Preview
modifier

Move Disabled

Adds a condition for whether the view’s view hierarchy is movable.

Delete Disabled - iOS Flat Design Light Mode Preview
modifier

Delete Disabled

Adds a condition for whether the view’s view hierarchy is deletable.

Refreshable List - iOS Flat Design Light Mode Preview
modifier

Refreshable List

Marks this view as refreshable.

Swipe Action - iOS Flat Design Light Mode Preview
modifier

Swipe Action

Adds custom swipe actions to a row in a list.

List Badge Prominence - iOS Flat Design Light Mode Preview
modifier

List Badge Prominence

Specifies the prominence of badges created by this view.

List Badge - iOS Flat Design Light Mode Preview
modifier

List Badge

Generates a badge for the view from an integer value.

List Background Prominence - macOS Flat Design Light Mode Preview
environment

List Background Prominence

The prominence of the background underneath views associated with this environment.

List Row Background - iOS Flat Design Light Mode Preview
modifier

List Row Background

Places a custom background view behind a list row item.

Hidden List Row Separator - iOS Flat Design Light Mode Preview
modifier

Hidden List Row Separator

Sets the display mode to hidden for the separator associated with this specific row.

Hidden List Section Separator - iOS Flat Design Light Mode Preview
modifier

Hidden List Section Separator

Sets whether to hide the separator associated with a list section.

List Section Separator Tint - iOS Flat Design Light Mode Preview
modifier

List Section Separator Tint

Sets the tint color associated with a section.

List Row Separator Tint - iOS Flat Design Light Mode Preview
modifier

List Row Separator Tint

Sets the tint color associated with a row.

August 7, 2025

2 entries

List Item Tint - iOS Flat Design Light Mode Preview
modifier

List Item Tint

Sets a fixed tint color for content in a list.

List Section Margins - iOS Liquid Glass Light Mode Preview
modifier

List Section Margins

Set the section margins for the specific edges.

August 6, 2025

14 entries

Compact List Section Spacing - iOS Flat Design Light Mode Preview
modifier

Compact List Section Spacing

Compact spacing between sections

Custom List Section Spacing - iOS Flat Design Light Mode Preview
modifier

Custom List Section Spacing

Sets the spacing between adjacent sections in a List to a custom value.

List Row Spacing - iOS Flat Design Light Mode Preview
modifier

List Row Spacing

Sets the vertical spacing between two adjacent rows in a List.

Default Min List Header Height - iOS Flat Design Light Mode Preview
modifier

Default Min List Header Height

The default minimum height of a header in a list.

Default Min List Row Height - iOS Flat Design Light Mode Preview
modifier

Default Min List Row Height

The default minimum height of rows in a list.

List Row Insets - iOS Flat Design Light Mode Preview
modifier

List Row Insets

Applies an inset to the rows in a list.

Increased Header Prominence - iOS Flat Design Light Mode Preview
modifier

Increased Header Prominence

Sets the header prominence to increased for this view.

SidebarListStyle - iOS Flat Design Light Mode Preview
style

SidebarListStyle

The list style that describes the behavior and appearance of a sidebar list.

InsetGroupedListStyle - iOS Flat Design Light Mode Preview
style

InsetGroupedListStyle

The list style that describes the behavior and appearance of an inset grouped list.

InsetGroupedListStyle - iOS Flat Design Light Mode Preview
style

InsetGroupedListStyle

The list style that describes the behavior and appearance of an inset grouped list.

InsetListStyle - iOS Flat Design Light Mode Preview
style

InsetListStyle

The list style that describes the behavior and appearance of an inset list.

EllipticalListStyle - watchOS Flat Design Light Mode Preview
style

EllipticalListStyle

The list style that describes the behavior and appearance of an elliptical list.

CarouselListStyle - watchOS Flat Design Light Mode Preview
style

CarouselListStyle

The carousel list style.

BorderedListStyle - macOS Flat Design Light Mode Preview
style

BorderedListStyle

The list style that describes the behavior and appearance of a list with standard border.

July 21, 2025

1 entry

Text Format - iOS Flat Design Light Mode Preview
initializer

Text Format

Creates a text view that displays the formatted representation of a nonstring type supported by a corresponding format style.

June 12, 2025

3 entries

ContainerRelativeShape - iOS Liquid Glass Light Mode Preview
modifier

ContainerRelativeShape

A shape that is replaced by an inset version of the current container shape. If no container shape was defined, is replaced by a rectangle

ControlSize - iOS Liquid Glass Light Mode Preview
modifier

ControlSize

A control version that is the default size

Glass Effect Container - iOS Liquid Glass Light Mode Preview
initializer

Glass Effect Container

A view that combines multiple Liquid Glass shapes into a single shape that can morph individual shapes into one another

June 10, 2025

12 entries

Title Toolbar Item Placement - iOS Liquid Glass Light Mode Preview
initializers

Title Toolbar Item Placement

Places content in the title area

Navigation Subtitle - iOS Liquid Glass Light Mode Preview
modifier

Navigation Subtitle

Configures the view’s subtitle for purposes of navigation, using a localized string

ToolbarItem Shared Background Visibility - iOS Liquid Glass Light Mode Preview
modifier

ToolbarItem Shared Background Visibility

Controls the visibility of the glass background effect on items in the toolbar. In certain contexts, such as the navigation bar on iOS and the window toolbar on macOS, toolbar items will be given a glass background effect that is shared with other items in the same logical grouping

Background Extension Effect - iPadOS Liquid Glass Light Mode Preview
modifier

Background Extension Effect

Adds the background extension effect to the view. The view will be duplicated into mirrored copies which will be placed around the view on any edge with available safe area. Additionally, a blur effect will be applied on top to blur out the copies

TabView Bottom Accessory Placement - iOS Liquid Glass Light Mode Preview
style

TabView Bottom Accessory Placement

A placement of the bottom accessory in a tab view. You can use this to adjust the content of the accessory view based on the placement

Bottom Accessory - iOS Liquid Glass Light Mode Preview

Bottom Accessory

A modifier to place content above the tabs

Hide Tab Bar On Scroll Down - iOS Liquid Glass Light Mode Preview
modifier

Hide Tab Bar On Scroll Down

Minimize the tab bar when downwards scrolling starts. Minimizing is supported for tab bars on only iPhone

Glass Button Styles - iOS Liquid Glass Light Mode Preview
style

Glass Button Styles

A button style that applies glass border artwork based on the button’s context

Custom Slider Ticks - iOS Liquid Glass Light Mode Preview
initializer

Custom Slider Ticks

Creates a slider to select a value from a given range, subject to a step increment, which displays the provided labels and customizable ticks.

Glass effect - iOS Flat Design Light Mode Preview
modifier

Glass effect

Applies the Liquid Glass effect to a view

Hard ScrollEdgeEffect - iOS Liquid Glass Light Mode Preview
style

Hard ScrollEdgeEffect

A scroll edge effect with a hard cutoff and dividing line

ToolbarSpacer - iOS Liquid Glass Light Mode Preview
initializer

ToolbarSpacer

A standard space item in toolbars

June 5, 2025

13 entries

ProgressView Colors - iOS Liquid Glass Light Mode Preview
style

ProgressView Colors

Customizing the colors of the ProgressView

CircularProgressViewStyle - iOS Liquid Glass Light Mode Preview
style

CircularProgressViewStyle

The style of a progress view that uses a circular gauge to indicate the partial completion of an activity

LinearProgressViewStyle - iOS Liquid Glass Light Mode Preview
style

LinearProgressViewStyle

A progress view that visually indicates its progress using a horizontal bar

ProgressView - iOS Liquid Glass Light Mode Preview
initializer

ProgressView

The different ProgressView initializers

HelpLink - macOS Flat Design Light Mode Preview
initializer

HelpLink

A button with a standard appearance that opens app-specific help documentation

TextFieldLink - iOS Flat Design Light Mode Preview
initializer

TextFieldLink

A control that requests text input from the user when pressed

Custom Preview Item ShareLink  - iOS Liquid Glass Light Mode Preview
initializer

Custom Preview Item ShareLink

Creates an instance, with a custom label, that presents the share interface

ShareLink - iOS Liquid Glass Light Mode Preview
initializer

ShareLink

A view that controls a sharing presentation

Link - iOS Liquid Glass Light Mode Preview
initializer

Link

A control for navigating to a URL

Divider Height - iOS Liquid Glass Light Mode Preview
style

Divider Height

Customizing the height of the Divider

Divider Color - iOS Liquid Glass Light Mode Preview
style

Divider Color

Customizing the color of the Divider

Vertical Divider - iOS Liquid Glass Light Mode Preview
style

Vertical Divider

A vertical visual element that can be used to separate other content

Divider - iOS Liquid Glass Light Mode Preview
initializer

Divider

A visual element that can be used to separate other content

June 4, 2025

20 entries

Future DatePicker - iOS Liquid Glass Light Mode Preview
initializer

Future DatePicker

Creates an instance that selects multiple dates on or after some start date

MultiDatePicker - iOS Liquid Glass Light Mode Preview
initializer

MultiDatePicker

A control for picking multiple dates.

DatePicker Colors - iOS Liquid Glass Light Mode Preview
style

DatePicker Colors

Customizing the colors of the date picker

FieldDatePickerStyle - macOS Flat Design Light Mode Preview
style

FieldDatePickerStyle

A date picker style that displays the components in an editable field

StepperFieldDatePickerStyle - macOS Flat Design Light Mode Preview
style

StepperFieldDatePickerStyle

A system style that displays the components in an editable field, with adjoining stepper that can increment/decrement the selected component

WheelDatePickerStyle - iOS Liquid Glass Light Mode Preview
style

WheelDatePickerStyle

A date picker style that displays each component as columns in a scrollable wheel

GraphicalDatePickerStyle - iOS Liquid Glass Light Mode Preview
style

GraphicalDatePickerStyle

A date picker style that displays an interactive calendar or clock

Hour Minute Seconds DatePicker - watchOS Flat Design Light Mode Preview
initializer

Hour Minute Seconds DatePicker

A DatePicker for just hour, minute, and second.

Future DatePicker - iOS Liquid Glass Light Mode Preview
initializer

Future DatePicker

Creates an instance that selects a Date in a closed range

DatePicker Components  - iOS Liquid Glass Light Mode Preview
initializer

DatePicker Components

A date picker with only one displayed component

DatePicker - iOS Liquid Glass Light Mode Preview
initializer

DatePicker

Creates an instance that selects a Date with an unbounded range

PaletteControlGroupStyle - iOS Liquid Glass Light Mode Preview
style

PaletteControlGroupStyle

A control group style that presents its content as a palette.

NavigationControlGroupStyle - iOS Liquid Glass Light Mode Preview
style

NavigationControlGroupStyle

The navigation control group style

MenuControlGroupStyle - iOS Liquid Glass Light Mode Preview
style

MenuControlGroupStyle

A control group style that presents its content as a menu when the user presses the control, or as a submenu when nested within a larger menu

CompactMenuControlGroupStyle - iOS Liquid Glass Light Mode Preview
style

CompactMenuControlGroupStyle

A control group style that presents its content as a compact menu when the user presses the control, or as a submenu when nested within a larger menu

ControlGroup - iOS Liquid Glass Light Mode Preview
initializer

ControlGroup

Creates a new ControlGroup with the specified children

Slider Color - iOS Liquid Glass Light Mode Preview
style

Slider Color

Customizing the color of the slider

Stepped Min Max Label Slider - iOS Liquid Glass Light Mode Preview
initializer

Stepped Min Max Label Slider

Creates a slider to select a value from a given range, subject to a step increment, which displays the provided labels

Stepped Slider - iOS Liquid Glass Light Mode Preview
initializer

Stepped Slider

Creates a slider to select a value from a given range, subject to a step increment

Slider - iOS Liquid Glass Light Mode Preview
initializer

Slider

Creates a slider to select a value from a given range

June 3, 2025

13 entries

Gauge Colors - iOS Liquid Glass Light Mode Preview
style

Gauge Colors

Customizing the colors of different styles with minimal effort

CircularGaugeStyle - iOS Flat Design Light Mode Preview
style

CircularGaugeStyle

A gauge style that displays an open ring with a marker that appears at a point along the ring to indicate the gauge’s current value

 LinearGaugeStyle - iOS Flat Design Light Mode Preview
style

LinearGaugeStyle

A gauge style that displays a bar with a marker that appears at a point along the bar to indicate the gauge’s current value

AccessoryLinearCapacityGaugeStyle - iOS Liquid Glass Light Mode Preview
style

AccessoryLinearCapacityGaugeStyle

A gauge style that displays bar that fills from leading to trailing edges as the gauge’s current value increases

AccessoryLinearGaugeStyle - iOS Liquid Glass Light Mode Preview
style

AccessoryLinearGaugeStyle

A gauge style that displays bar with a marker that appears at a point along the bar to indicate the gauge’s current value

LinearCapacityGaugeStyle - iOS Liquid Glass Light Mode Preview
style

LinearCapacityGaugeStyle

A gauge style that displays a bar that fills from leading to trailing edges as the gauge’s current value increases

AccessoryCircularCapacityGaugeStyle - iOS Liquid Glass Light Mode Preview
style

AccessoryCircularCapacityGaugeStyle

A gauge style that displays a closed ring that’s partially filled in to indicate the gauge’s current value

AccessoryCircularGaugeStyle - iOS Liquid Glass Light Mode Preview
style

AccessoryCircularGaugeStyle

A gauge style that displays an open ring with a marker that appears at a point along the ring to indicate the gauge’s current value

Min Max Current Value Gauge - iOS Liquid Glass Light Mode Preview
initializer

Min Max Current Value Gauge

Creates a gauge showing a value within a range and describes the gauge’s current, minimum, and maximum values

Current Value Gauge  - iOS Liquid Glass Light Mode Preview
initializer

Current Value Gauge

Creates a gauge showing a value within a range and that describes the gauge’s purpose and current value

Gauge - iOS Liquid Glass Light Mode Preview
initializer

Gauge

Creates a gauge showing a value within a range and describes the gauge’s purpose and current value

RenameButton - iOS Liquid Glass Light Mode Preview
TextField

RenameButton

A button that triggers a standard rename action

EditButton - iOS Liquid Glass Light Mode Preview
type

EditButton

A button that toggles the edit mode environment value

May 30, 2025

18 entries

PasteButton - iOS Liquid Glass Light Mode Preview
type

PasteButton

A system button that reads items from the pasteboard and delivers it to a closure.

Button Tint - iOS Liquid Glass Light Mode Preview
style

Button Tint

Sets the buttons tint color

Button Roles - iOS Liquid Glass Light Mode Preview
style

Button Roles

A value that describes the purpose of a button.

Button Border Shape - iOS Liquid Glass Light Mode Preview

Button Border Shape

A shape used to draw a button’s border.

Button Styles - iOS Liquid Glass Light Mode Preview
style

Button Styles

A type that applies standard interaction behavior and a custom appearance to all buttons within a view hierarchy

Button - iOS Liquid Glass Light Mode Preview
initializer

Button

Three ways to initialize a button

GroupBox Background - iOS Liquid Glass Light Mode Preview
modifier

GroupBox Background

Set a custom GroupBox background

GroupBox With Label - iOS Liquid Glass Light Mode Preview
initializer

GroupBox With Label

A GroupBox with Label

GroupBox - iOS Liquid Glass Light Mode Preview
initializer

GroupBox

A simple GroupBox

Materials - iOS Flat Design Light Mode Preview
type

Materials

All materials

Context Menu Preview - iOS Liquid Glass Light Mode Preview
modifier

Context Menu Preview

A context menu with custom preview

Menu Action Button - iOS Liquid Glass Light Mode Preview
initializer

Menu Action Button

Acts like a button and opens the menu on a secondary gesture

Context Menu - iOS Liquid Glass Light Mode Preview
modifier

Context Menu

Adds a context menu to a view.

Nested Menu - iOS Liquid Glass Light Mode Preview
content

Nested Menu

A Menu inside a Menu

Menu Divider - iOS Liquid Glass Light Mode Preview
content

Menu Divider

A Menu with a Divider

Menu Section - iOS Liquid Glass Light Mode Preview
content

Menu Section

A Section inside a Menu

Menu Fixed Order - iOS Liquid Glass Light Mode Preview
modifier

Menu Fixed Order

Order items from top to bottom

Menu - iOS Liquid Glass Light Mode Preview
initializer

Menu

A control for presenting a menu of actions.

May 29, 2025

13 entries

Color Opacity - iOS Flat Design Light Mode Preview
style

Color Opacity

The Color opacity modifier

Color Gradient - iOS Flat Design Light Mode Preview
modifier

Color Gradient

The Color gradient modifier

UIKit Separator Colors - iOS Flat Design Light Mode Preview
type

UIKit Separator Colors

The UIKit separator colors that are also used in other components, such as the TextField

UIKit Content Background colors - iOS Flat Design Light Mode Preview
type

UIKit Content Background colors

The UIKit colors that are also used in other components like in List and GroupBox

UIKit Text Colors - iOS Flat Design Light Mode Preview
type

UIKit Text Colors

The UIKit text colors that are also used in other components, such as the TextField

UIKit Fill Colors - iOS Flat Design Light Mode Preview
type

UIKit Fill Colors

UIKit Label Colors - iOS Flat Design Light Mode Preview
type

UIKit Label Colors

Color Variants - iOS Flat Design Light Mode Preview
modifier

Color Variants

HierarchicalShapeStyle, a shape style that maps to one of the numbered content styles

Semantic Colors - iOS Flat Design Light Mode Preview
type

Semantic Colors

Standard Colors - iOS Flat Design Light Mode Preview
type

Standard Colors

The SwiftUI standard colors

ViewThatFits Vertical - iOS Flat Design Light Mode Preview
initializer

ViewThatFits Vertical

A view that adapts to the available vertical space by providing the first child view that fits.

ViewThatFits - iOS Flat Design Light Mode Preview
initializer

ViewThatFits

A view that adapts to the available space by providing the first child view that fits.

Content Unavailable - iOS Liquid Glass Light Mode Preview
initializer

Content Unavailable

A placeholder for empty results with optional button

May 28, 2025

2 entries

Content Unavailable Search Text - iOS Liquid Glass Light Mode Preview
type

Content Unavailable Search Text

A pre-built placeholder for empty search results with search text

Content Unavailable Search - iOS Liquid Glass Light Mode Preview
type

Content Unavailable Search

A pre-built placeholder for empty search results