API Differences in _AppIntents_UIKit 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 _AppIntents_UIKit in the iOS 26.0 SDK.

Table of Contents

Protocols

AppIntentSceneDelegate
UISceneAppIntent

Functions & Methods

UISceneAppIntent
public func perform() async throws -> some AppIntents.IntentResult
UISceneAppIntent
public func perform() async throws -> some AppIntents.IntentResult
UISceneAppIntent
public func performNavigation(forScene scene: UIKit.UIScene)

Properties & Constants

UIKit.UIScene.ConnectionOptions
public var appIntent: (any _AppIntents_UIKit.UISceneAppIntent)?
UISceneAppIntent
public var contentIdentifier: Swift.String
UISceneAppIntent
public var uiScene: UIKit.UIScene?