WWDC26

What's New in
iOS 27

Explore the latest SwiftUI features and enhancements from WWDC26, including iOS 27, watchOS 27, tvOS 27, visionOS 27, and macOS 27.

Picker

1 new
TabsPickerStyle - iOS Liquid Glass Light Mode Preview
style

TabsPickerStyle

A picker style that presents options as segmented tabs. On macOS, this style produces a segmented picker with a visual treatment that distinguishes tab navigation from value selection. On iOS, tvOS, and visionOS, the visual appearance matches that of the standard standard .segmented style. On all supported platforms, VoiceOver announces options as tabs.

View

3 new
Music Picker - iOS Liquid Glass Light Mode Preview
modifier

Music Picker

Presents a music picker to select items from the Apple Music catalog and the user’s music library.

Swipe Container - iOS Liquid Glass Light Mode Preview
modifier

Swipe Container

Only allows a single active swipe within a container.

Swipe Action - iOS Liquid Glass Light Mode Preview
modifier

Swipe Action

Adds custom swipe actions to a row in a list or container, notifying you when the actions are revealed or dismissed.

TabView

1 new
Default Collapsed Tab Section - iPadOS Liquid Glass Light Mode Preview
modifier

Default Collapsed Tab Section

Sets the default expansion state for the section containing this tab to collapsed when displayed in the sidebar.

Sheet

1 new
Sheet Placement - iPadOS Liquid Glass Light Mode Preview
modifier

Sheet Placement

Sets the placement of a presentation within the presenting view. This may fall back to center on small screens.

Custom Session Async URL Image - iOS Liquid Glass Light Mode Preview
modifier

Custom Session Async URL Image

A modifier that adds a URL session for asynchronous images contained in the view to use when fetching image data.

Custom Placeholder Async URL Image - iOS Liquid Glass Light Mode Preview
initializer

Custom Placeholder Async URL Image

Loads and displays a modifiable image from the specified URL load request using a custom placeholder until the image loads.

Custom Phases Async URL Image - iOS Liquid Glass Light Mode Preview
initializer

Custom Phases Async URL Image

Loads and displays a modifiable image from the specified URL load request in phases.

Async URL Image - iOS Liquid Glass Light Mode Preview
initializer

Async URL Image

Loads and displays an image from the specified URL load request.

Alert

4 new
Message Error Alert - iOS Liquid Glass Light Mode Preview
modifier

Message Error Alert

Presents an alert with a message when an error is present.

Message Item Alert - iOS Liquid Glass Light Mode Preview
modifier

Message Item Alert

Presents an alert with a message using the given data to produce the alert’s content and a localized string key for a title.

Item Alert - iOS Liquid Glass Light Mode Preview
modifier

Item Alert

Presents an alert using the given data to produce the alert’s content and a text view as a title.

Error Alert - iOS Liquid Glass Light Mode Preview
modifier

Error Alert

Presents an alert when an error is present.

Looking for last year's features?

WWDC25 — iOS 26 Features