API Differences in SwiftUI in iOS 26.1

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in SwiftUI in the iOS 26.1 SDK.

Table of Contents

Functions & Methods

SwiftUICore.View
nonisolated public func tabViewBottomAccessory<Content>(isEnabled: Swift.Bool, @SwiftUICore.ViewBuilder content: () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View

Initializers

GlassButtonStyle
public init(_ glass: SwiftUICore.Glass)