API Differences in _PhotosUI_SwiftUI in iOS 26.0

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

Table of Contents

Functions & Methods

SwiftUICore.View
public func postToPhotosSharedAlbumSheet(isPresented: SwiftUICore.Binding<Swift.Bool>, items: [_PhotosUI_SwiftUI.PhotosPickerItem], photoLibrary: Photos.PHPhotoLibrary, defaultAlbumIdentifier: Swift.String? = nil, completion: ((Swift.Result<Swift.Void, any Swift.Error>) -> Swift.Void)? = nil) -> some SwiftUICore.View
SwiftUICore.View
public func postToPhotosSharedAlbumSheet(isPresented: SwiftUICore.Binding<Swift.Bool>, items: [PhotosUI.PHPickerResult], photoLibrary: Photos.PHPhotoLibrary, defaultAlbumIdentifier: Swift.String? = nil, completion: ((Swift.Result<Swift.Void, any Swift.Error>) -> Swift.Void)? = nil) -> some SwiftUICore.View