What's New in
iOS 26
Explore the latest SwiftUI features and enhancements from WWDC25, including iOS 26, watchOS 26, tvOS 26, visionOS 26, and macOS 26.
Button
1 newA control that initiates an action.
Glass Button
A button style that applies glass border artwork based on the button’s context
Toolbars
3 newProvide immediate access to frequently used commands and controls.
Title Toolbar Item Placement
Places content in the title area
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
ToolbarSpacer
A standard space item in toolbars
ScrollView
2 newA scrollable view.
ScrollEdgeEffect Disabled
Disables any scroll edge effects for scroll views within this hierarchy
Hard ScrollEdgeEffect
A scroll edge effect with a hard cutoff and dividing line
Navigation
1 newEnable people to move between different parts of your app’s view hierarchy within a scene
Navigation Subtitle
Configures the view’s subtitle for purposes of navigation, using a localized string
View
2 newA type that represents part of your app’s user interface and provides modifiers that you use to configure views
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
Glass effect
Applies the Liquid Glass effect to a view
TabView
2 newA view that switches between multiple child views using interactive user interface elements
Bottom Accessory
A modifier to place content above the tabs
Hide Tab Bar On Scroll Down
Minimize the tab bar when downwards scrolling starts. Minimizing is supported for tab bars on only iPhone
GlassEffectContainer
1 newA view that combines multiple Liquid Glass shapes into a single shape that can morph individual shapes into one another.
Glass Effect Container
A view that combines multiple Liquid Glass shapes into a single shape that can morph individual shapes into one another