API Differences in SwiftUI in macOS 15.1

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in SwiftUI in the macOS 15.1 SDK.

Table of Contents

Functions & Methods

SwiftUICore.View
nonisolated internal func popoverCore<Content>(isPresented: SwiftUICore.Binding<Swift.Bool>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor, arrowEdges: SwiftUICore.Edge.Set?, isDetachable: Swift.Bool, @SwiftUICore.ViewBuilder content: @escaping () -> Content) -> some SwiftUICore.View where Content : SwiftUICore.View
SwiftUICore.View
nonisolated internal func popoverCore<Item, Content>(item: SwiftUICore.Binding<Item?>, attachmentAnchor: SwiftUI.PopoverAttachmentAnchor, arrowEdges: SwiftUICore.Edge.Set?, @SwiftUICore.ViewBuilder content: @escaping (Item) -> Content) -> some SwiftUICore.View where Item : Swift.Identifiable, Content : SwiftUICore.View
TabContent
public func draggable<T>(_ payload: @autoclosure @escaping () -> T) -> some SwiftUI.TabContent<Self.TabValue> where T : CoreTransferable.Transferable